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
Is your feature request related to a problem? Please describe.
OrderDetailScreen
&OrdersScreen
should use currency symbol that you get usingorder_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