Merge pull request #6572 from turbo124/v5-develop
Fixes for Stripe Import Customers
This commit is contained in:
commit
723e9b22de
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ class UpdatePaymentMethods
|
|||
$token_exists = ClientGatewayToken::where([
|
||||
'gateway_customer_reference' => $customer_reference,
|
||||
'token' => $method->id,
|
||||
'client_id' => $client->id,
|
||||
'company_id' => $client->company_id,
|
||||
])->exists();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue