FIX: Remove toku concept in database
This commit is contained in:
@ -252,9 +252,9 @@ class Toku extends Ideal\Service
|
||||
{
|
||||
$output = [];
|
||||
try {
|
||||
$output['invoice'] = $this->invoice->reset($skips['invoice'] ?? []);
|
||||
$output['subscription'] = $this->subscription->reset($skips['subscription'] ?? []);
|
||||
$output['customer'] = $this->customer->reset($skips['customer'] ?? []);
|
||||
$output['subscription'] = $this->subscription->reset($skips['subscription'] ?? []);
|
||||
$output['invoice'] = $this->invoice->reset($skips['invoice'] ?? []);
|
||||
} catch (InvalidResult $exception) {
|
||||
$this->logger->warning($exception);
|
||||
return [];
|
||||
|
Reference in New Issue
Block a user