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