mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Add apple domain verification to stripe config
This commit is contained in:
parent
ae60acd770
commit
14c3fb30d4
@ -112,7 +112,8 @@ class StripeConnectController extends BaseController
|
||||
"livemode" => $response->livemode,
|
||||
"stripe_user_id" => $response->stripe_user_id,
|
||||
"refresh_token" => $response->refresh_token,
|
||||
"access_token" => $response->access_token
|
||||
"access_token" => $response->access_token,
|
||||
"appleDomainVerification" => '',
|
||||
];
|
||||
|
||||
$company_gateway->setConfig($payload);
|
||||
|
Loading…
x
Reference in New Issue
Block a user