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', ''),
|
'gocardless' => env('GOCARDLESS_KEYS', ''),
|
||||||
'square' => env('SQUARE_KEYS', ''),
|
'square' => env('SQUARE_KEYS', ''),
|
||||||
'eway' => env('EWAY_KEYS', ''),
|
'eway' => env('EWAY_KEYS', ''),
|
||||||
|
'mollie' => env('MOLLIE_KEYS', ''),
|
||||||
'paytrace' => env('PAYTRACE_KEYS', ''),
|
'paytrace' => env('PAYTRACE_KEYS', ''),
|
||||||
'stripe' => env('STRIPE_KEYS', ''),
|
'stripe' => env('STRIPE_KEYS', ''),
|
||||||
'paypal' => env('PAYPAL_KEYS', ''),
|
'paypal' => env('PAYPAL_KEYS', ''),
|
||||||
@ -96,7 +97,6 @@ return [
|
|||||||
'test_email' => env('TEST_EMAIL', 'test@example.com'),
|
'test_email' => env('TEST_EMAIL', 'test@example.com'),
|
||||||
'wepay' => env('WEPAY_KEYS', ''),
|
'wepay' => env('WEPAY_KEYS', ''),
|
||||||
'braintree' => env('BRAINTREE_KEYS', ''),
|
'braintree' => env('BRAINTREE_KEYS', ''),
|
||||||
'mollie' => env('MOLLIE_KEYS', ''),
|
|
||||||
],
|
],
|
||||||
'contact' => [
|
'contact' => [
|
||||||
'email' => env('MAIL_FROM_ADDRESS'),
|
'email' => env('MAIL_FROM_ADDRESS'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user