Add apple domain verification to stripe config

This commit is contained in:
David Bomba 2022-02-25 12:42:01 +11:00
parent ae60acd770
commit 14c3fb30d4

View File

@ -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);