laravel-currency icon indicating copy to clipboard operation
laravel-currency copied to clipboard

Astisan update command not updating exchange rates with OpenExchangeRates.org provided in config file.

Open Maxenus opened this issue 6 years ago • 3 comments

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?

Maxenus avatar May 09 '18 06:05 Maxenus

php artisan currency:update -o for OpenExchengeRate

or

php artisan currency:update -g for Google

as source

qnox81 avatar May 10 '18 15:05 qnox81

@qnox81 thanks! this is not specified in the documentation

max-kut avatar Aug 31 '18 11:08 max-kut

Thanks @qnox81, php artisan currency:update -o worked.

Task to do before closing the issue:

  • [ ] Update the docs

giovannipds avatar Dec 06 '19 14:12 giovannipds