woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
321 stars 113 forks source link

Update items section to use order currency instead of store currency #14525

Open rachelmcr opened 12 hours ago

rachelmcr commented 12 hours ago

Currently, WooShippingItemsViewModel uses ServiceLocator.currencySettings for the displayed items currency. However, it should use the currency from the order, rather than the default store currency, to handle multi-currency stores.

dangermattic commented 12 hours ago

Thanks for reporting! 👍