1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Merge pull request #6543 from turbo124/v5-develop

Fixes for Stripe Import
This commit is contained in:
David Bomba 2021-09-02 12:20:23 +10:00 committed by GitHub
commit d053092cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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