Open sulabh opened 1 year ago
The symbol_native variable for INR currency is incorrect.
Medusa version (including plugins): 1.13.1 Node.js version: 20.0.5 Database: postgres Operating system: MacOs Ventura Browser (if relevant): All
The correct symbol for INR is ₹
@medusajs/admin-ui/ui/src/utils/currencies.ts @medusajs/medusa/utils/currencies.ts has this code
which is incorrect.
Would be happy to accept @pinakipb2's PR if reopened - alternatively if someone else is up for opening a PR we can merge that.
@srindom Fell free to review the PR #4831
Bug report
Describe the bug
The symbol_native variable for INR currency is incorrect.
System information
Medusa version (including plugins): 1.13.1 Node.js version: 20.0.5 Database: postgres Operating system: MacOs Ventura Browser (if relevant): All
Steps to reproduce the behavior
Expected behavior
The correct symbol for INR is ₹
Screenshots
Code snippets
@medusajs/admin-ui/ui/src/utils/currencies.ts @medusajs/medusa/utils/currencies.ts has this code
which is incorrect.