IPC acumulado desde cli
This commit is contained in:
@ -92,7 +92,7 @@ class Money
|
||||
if ($end > $now) {
|
||||
return $this->withJson($response, $output);
|
||||
}
|
||||
$dateKey = "{$start->format('Y-m')}-{$end->format('Y-m')}";
|
||||
$dateKey = "{$start->format('Y-m')}|{$end->format('Y-m')}";
|
||||
$output['date_string'] = $dateKey;
|
||||
$output['ipc'] = $ipcService->get($start, $end);
|
||||
return $this->withJson($response, $output);
|
||||
|
Reference in New Issue
Block a user