mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 12:24:29 -04:00
Merge pull request #6572 from turbo124/v5-develop
Fixes for Stripe Import Customers
This commit is contained in:
commit
723e9b22de
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user