Open Maxenus opened 6 years ago
php artisan currency:update -o
for OpenExchengeRate
or
php artisan currency:update -g
for Google
as source
@qnox81 thanks! this is not specified in the documentation
Thanks @qnox81, php artisan currency:update -o
worked.
Task to do before closing the issue:
Hi guys,
I am trying to update the currencies with the command 'php artisan currency:update'. The command works but the exchange rates of all the currencies is still 0. Is there anything I am doing wrong?
Also, the newly created currencies are all set with active = 0. Is there any command to active those new currencies?