Small fix for stripe import customers

This commit is contained in:
David Bomba 2021-09-04 09:41:39 +10:00
parent 5d32638d48
commit e2a8196107

View File

@ -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()){