mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes for Stripe Import
This commit is contained in:
parent
62b1c386a2
commit
8b9abcf154
@ -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,
|
||||||
|
'company_id' => $client->company_id,
|
||||||
])->exists();
|
])->exists();
|
||||||
|
|
||||||
/* Already exists return */
|
/* Already exists return */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user