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