mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:54:31 -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([
|
$token_exists = ClientGatewayToken::where([
|
||||||
'gateway_customer_reference' => $customer_reference,
|
'gateway_customer_reference' => $customer_reference,
|
||||||
'token' => $method->id,
|
'token' => $method->id,
|
||||||
|
'client_id' => $client->id,
|
||||||
'company_id' => $client->company_id,
|
'company_id' => $client->company_id,
|
||||||
])->exists();
|
])->exists();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user