Small fix for stripe import customers
This commit is contained in:
parent
5d32638d48
commit
e2a8196107
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ class ImportCustomers
|
|||
if($existing_customer_token){
|
||||
nlog("Skipping - Customer exists: {$customer->email} just updating payment methods");
|
||||
$this->update_payment_methods->updateMethods($customer, $existing_customer_token->client);
|
||||
return;
|
||||
}
|
||||
|
||||
if($customer->email && $contact = $this->stripe->company_gateway->company->client_contacts()->where('email', $customer->email)->first()){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue