mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #6055 from turbo124/v5-develop
Fixes for postmark bindings
This commit is contained in:
commit
5aa5be0f5a
@ -77,4 +77,5 @@ return [
|
|||||||
'client_secret' => env('BITBUCKET_CLIENT_SECRET'),
|
'client_secret' => env('BITBUCKET_CLIENT_SECRET'),
|
||||||
'redirect' => env('BITBUCKET_OAUTH_REDIRECT'),
|
'redirect' => env('BITBUCKET_OAUTH_REDIRECT'),
|
||||||
],
|
],
|
||||||
|
'postmark' => env('POSTMARK_SECRET'),
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user