Merge pull request #6543 from turbo124/v5-develop
Fixes for Stripe Import
This commit is contained in:
commit
d053092cb6
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,
|
||||
'company_id' => $client->company_id,
|
||||
])->exists();
|
||||
|
||||
/* Already exists return */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue