CachedExchangeRatesService.php bag
-
Hello. I found a critical bug in
CachedExchangeRatesService.php. The functionget_exchange_pricethrows a Fatal Error when$fromcurrency is null. Fix: Changedstring $fromto$from = 'UAH'and addedif(empty($from)) $from='UAH';inside the function. Please include this in the next update.The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.