Skip to content

Commit

Permalink
Merge pull request #68 from mohammad6006/master
Browse files Browse the repository at this point in the history
Currency Converter API config
  • Loading branch information
florianv committed May 13, 2019
2 parents 1142ecf + 7576293 commit 8bd68f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/swap.php
Expand Up @@ -61,6 +61,12 @@
| * 'currency_data_feed' => [
| 'api_key' => 'secret', // The API token
| ]
|
| * 'currency_converter' => [
| 'api_key' => 'access_key', // The API token
| 'enterprise' => true, // True if your AppId is an enterprise one
| ]
|
*/
'services' => [
Expand Down

0 comments on commit 8bd68f8

Please sign in to comment.