We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Right now this is my solution
before_validation :set_currency
def set_currency self.price_currency = "EUR" end
Sorry, something went wrong.
Have you tried the most recent version? https://github.com/dabit/acts_as_shopping_cart
No branches or pull requests
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: