From 75762931b2f4c32c77c226cf0ed9b763feebbe19 Mon Sep 17 00:00:00 2001 From: Mohammad Babaei Date: Sat, 11 May 2019 18:32:05 +0430 Subject: [PATCH] Currency Converter API config --- config/swap.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/swap.php b/config/swap.php index 0a9cfe3..ab08b32 100644 --- a/config/swap.php +++ b/config/swap.php @@ -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' => [