Send all
This commit is contained in:
@ -160,7 +160,13 @@ class Subscription extends AbstractEndPoint
|
||||
$data = [
|
||||
'product_id' => $newPids[$idx],
|
||||
];
|
||||
try {
|
||||
if (!$this->edit($tokuId, $data, array_key_exists($idx, $keys) ? $keys[$idx] : null)) {
|
||||
$this->logger->error("Error while updating Toku {$tokuId}");
|
||||
continue;
|
||||
}
|
||||
} catch (EmptyResponse $exception) {
|
||||
$this->logger->error($exception);
|
||||
continue;
|
||||
}
|
||||
$output[] = [
|
||||
|
Reference in New Issue
Block a user