sanjeevyadavIT / magento_react_native

🛒 MageCart: E-commerce app for Magento 2.x written in React Native
GNU General Public License v3.0
282 stars 124 forks source link

Use correct currency symbol in Order List & Order Detail Screen #33

Closed sanjeevyadavIT closed 5 years ago

sanjeevyadavIT commented 5 years ago

Is your feature request related to a problem? Please describe. OrderDetailScreen & OrdersScreen should use currency symbol that you get using order_currency_code which is being fetched using API. Not the current default selected in App (id App supports multiple currency)

Describe the solution you'd like Make sure that currency symbol shown and the price is the same which were used at the time of placing the order.

Additional context This will be make more sense after #58 is implemented