FIX: Remove toku concept in database
This commit is contained in:
@ -65,6 +65,7 @@ class Invoice extends AbstractEndPoint
|
||||
foreach ($invoices as $invoice) {
|
||||
try {
|
||||
$this->delete($invoice->toku_id);
|
||||
$this->invoiceRepository->remove($invoice);
|
||||
} catch (EmptyResponse $exception) {
|
||||
$this->logger->warning($exception, ['invoice' => $invoice]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user