mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes
This commit is contained in:
parent
7ff7ce6f19
commit
0b4eaf9d4f
@ -84,6 +84,7 @@ return [
|
||||
'gocardless' => env('GOCARDLESS_KEYS', ''),
|
||||
'square' => env('SQUARE_KEYS', ''),
|
||||
'eway' => env('EWAY_KEYS', ''),
|
||||
'mollie' => env('MOLLIE_KEYS', ''),
|
||||
'paytrace' => env('PAYTRACE_KEYS', ''),
|
||||
'stripe' => env('STRIPE_KEYS', ''),
|
||||
'paypal' => env('PAYPAL_KEYS', ''),
|
||||
@ -96,7 +97,6 @@ return [
|
||||
'test_email' => env('TEST_EMAIL', 'test@example.com'),
|
||||
'wepay' => env('WEPAY_KEYS', ''),
|
||||
'braintree' => env('BRAINTREE_KEYS', ''),
|
||||
'mollie' => env('MOLLIE_KEYS', ''),
|
||||
],
|
||||
'contact' => [
|
||||
'email' => env('MAIL_FROM_ADDRESS'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user