Fixes for Stripe Import Customers

This commit is contained in:
David Bomba 2021-09-04 13:00:05 +10:00
parent 77e0d16536
commit 84ff8aee64

View File

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