Fixes for Stripe Import

This commit is contained in:
David Bomba 2021-09-02 12:20:03 +10:00
parent 62b1c386a2
commit 8b9abcf154

View File

@ -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 */