feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
216 changed files with 729 additions and 9787 deletions
Showing only changes of commit 5b6a1c42e3 - Show all commits

View File

@ -266,8 +266,8 @@ class Toku extends Ideal\Service
try {
$output['customer'] = $this->customer->reset($skips['customer'] ?? []);
$output['subscription'] = $this->subscription->reset($skips['subscription'] ?? []);
$output['invoice'] = $this->invoice->reset($skips['invoice'] ?? []);
$output['payments'] = $this->invoice->resetPayments();
$output['invoice'] = $this->invoice->reset($skips['invoice'] ?? []);
} catch (InvalidResult $exception) {
$this->logger->warning($exception);
return [];