mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
testing_company
This commit is contained in:
parent
66d30582e0
commit
58640ec8e6
@ -136,6 +136,7 @@ return [
|
||||
'client_secret' => env('GOCARDLESS_CLIENT_SECRET', null),
|
||||
'environment' => env('GOCARDLESS_ENVIRONMENT', 'production'),
|
||||
'redirect_uri' => env('GOCARDLESS_REDIRECT_URI', 'https://invoicing.co/gocardless/oauth/connect/confirm'),
|
||||
'testing_company' => env('GOCARDLESS_TESTING_COMPANY', null),
|
||||
],
|
||||
'quickbooks' => [
|
||||
'client_id' => env('QUICKBOOKS_CLIENT_ID', false),
|
||||
|
Loading…
Reference in New Issue
Block a user