• Hello. I found a critical bug in CachedExchangeRatesService.php. The function get_exchange_price throws a Fatal Error when $fromcurrency is null. Fix: Changed string $from to $from = 'UAH' and added if(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.