FIX: Remove toku concept in database
This commit is contained in:
@ -58,6 +58,7 @@ class Customer extends AbstractEndPoint
|
||||
foreach ($customers as $customer) {
|
||||
try {
|
||||
$this->delete($customer->toku_id);
|
||||
$this->customerRepository->remove($customer);
|
||||
} catch (EmptyResponse $exception) {
|
||||
$this->logger->warning($exception, ['customer' => $customer]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user