Findic IPC
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user