FIX: Pie cuotas vigentes

This commit is contained in:
2023-12-22 14:15:09 -03:00
parent 0829d338a9
commit 675b3843ea
7 changed files with 12 additions and 13 deletions

View File

@ -20,7 +20,6 @@ class Pies
'input' => $body,
'edited' => false
];
error_log(var_export($output,true).PHP_EOL,3,'/logs/pies');
try {
$pie = $pieService->getById($pie_id);
$pieService->edit($pie, (array) $body);