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:
commit
d053092cb6
@ -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…
Reference in New Issue
Block a user