Add apple domain verification to stripe config
This commit is contained in:
parent
ae60acd770
commit
14c3fb30d4
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue