Log reseteando
This commit is contained in:
@ -55,6 +55,7 @@ class Customer extends AbstractEndPoint
|
||||
$this->logger->warning($exception);
|
||||
return [];
|
||||
}
|
||||
$this->logger->info('Resetando ' . count($customers) . ' clientes');
|
||||
foreach ($customers as $customer) {
|
||||
try {
|
||||
$this->delete($customer->toku_id);
|
||||
|
Reference in New Issue
Block a user