-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Hi, I think the rateSeries is not working,
Even after fixing the minor typo in the date,
//Get historical rate series
$rates = Currency::rateSeries('USD', 'NOK', '2016-12-24', ''2016-12-31);
//Get historical rate series
$rates = Currency::rateSeries('USD', 'NOK', '2016-12-24', '2016-12-31');
the system says:
Call to undefined method danielme85\CConverter\Currency::rateSeries()