Added fixer-io api key provision in bagisto for exchange rated

This commit is contained in:
Prashant Singh 2019-07-15 16:08:16 +05:30
parent 7952253e18
commit d0b8a1f50f
2 changed files with 7 additions and 0 deletions

View File

@ -30,9 +30,12 @@ MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
SHOP_MAIL_FROM=shop@bagsaas.com
ADMIN_MAIL_TO=admin@bagsaas.com
fixer_api_key=
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=

View File

@ -29,6 +29,10 @@ return [
'secret' => env('SPARKPOST_SECRET'),
],
'fixer' => [
'key' => env('fixer_api_key')
],
'stripe' => [
'model' => App\User::class,
'key' => env('STRIPE_KEY'),