Replies: 2 comments 1 reply
-
@Aubermean money is definitely a tricky one! We've got a Happy to answer any questions around this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My thought on this conerstone of the vision is this:
Shopify is powerful in the Ruby/Rails sphere. They open source a lot of their code as they abstract it out of their private repos. And of course you can expect highly tested and performant packages, that will be supported and developed for a long long time.
I propose that Maybe replace all custom implementation to rely heavily on the
money
andworldwide
gems for handling financial transactions and currencies. The latter adds a lot more than just currencies, too, that will help with general globalization of the application.Think about more complex use cases, like what if a Japanese user wants to add CNY alongside JPY? Did you know that its
€ 6,50
in the Netherlands,€6.50
in Ireland, and6,50 €
in France? It can also be10 000.00
,10,000.00
or10.000,00
!https://github.com/Shopify/money
https://github.com/Shopify/worldwide?tab=readme-ov-file#--currency-support
Beta Was this translation helpful? Give feedback.
All reactions