Findic IPC

This commit is contained in:
Juan Pablo Vial
2025-10-25 11:23:00 -03:00
parent ab60c9db1b
commit 14d75b1ce9
8 changed files with 53 additions and 30 deletions

View File

@ -63,7 +63,7 @@ class Money
if (method_exists($provider, 'getVar')) {
return $provider->getVar($start, $end);
}
return $provider->get(self::IPC, $start);
return $provider->get(self::IPC, $end);
} catch (EmptyResponse $exception) {
$this->logger->notice($exception);
}