feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
161 changed files with 579 additions and 5451 deletions
Showing only changes of commit 37cff67a1c - Show all commits

View File

@ -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);