-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot set currency to :eur #3
Comments
Seems like this gem doesn't have support for any currencies other than USD. |
@francisneedham acts_as_shopping_cart doesn't mess with the default currency at all and by changing things around on functional test it seems to work. Maybe there's something wrong at the Rails initializer level? |
@francisneedham Does the object you are adding to the cart have 'monetize :price_cents' macro enabled? |
having a look at A migration similar to this would allow for the default currency to work:
|
Hi,
I'm using the GEM on a rails 5 project.
Everything is working perfectly but i cannot change the currency to eur.
i have in my MoneyRails initializer
config.default_currency = :eur
but still does not work.
Thanks !
Francis
The text was updated successfully, but these errors were encountered: