feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
178 changed files with 600 additions and 6500 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);