Quote from Wendy on January 30, 2020, 22:47
Currency Switcher is causing WooCommerce Orders to show the Stripe Fee and Stripe Payout with the local currency symbol. The amount is in my default Stripe currency. So if Stripe Fee was CAD$1.17, but the customer paid in Japanese Yen, it would say Stripe Fee Y-1 (the CAD$1.17 gets rounded down to CAD$1.00 because the Yen is a zero decimal currency, and the currency symbol stays in whatever the customer paid in). Although Stripe calculates the fee in the payment currency, it deducts it from the user account in the account's default currency. The Stripe Payout is similar; the actual amount should be CAD$35.83, but in the WooCommerce Order, it is recorded as Y35. In this case, the amount didn't round down, but together the 1 + 35 add correctly to CAD$36.00. So again, the amount is correct (except for zero decimal currencies), but the currency symbol is wrong.
https://www.dropbox.com/s/fq7h86pzp4r7w78/Screenshot%202020-01-30%2015.44.08.png?dl=0
The zero decimal rounding issue is causing the WooCommerce Status in the admin dashboard to be incorrect as well.
Currency Switcher is causing WooCommerce Orders to show the Stripe Fee and Stripe Payout with the local currency symbol. The amount is in my default Stripe currency. So if Stripe Fee was CAD$1.17, but the customer paid in Japanese Yen, it would say Stripe Fee Y-1 (the CAD$1.17 gets rounded down to CAD$1.00 because the Yen is a zero decimal currency, and the currency symbol stays in whatever the customer paid in). Although Stripe calculates the fee in the payment currency, it deducts it from the user account in the account's default currency. The Stripe Payout is similar; the actual amount should be CAD$35.83, but in the WooCommerce Order, it is recorded as Y35. In this case, the amount didn't round down, but together the 1 + 35 add correctly to CAD$36.00. So again, the amount is correct (except for zero decimal currencies), but the currency symbol is wrong.
https://www.dropbox.com/s/fq7h86pzp4r7w78/Screenshot%202020-01-30%2015.44.08.png?dl=0
The zero decimal rounding issue is causing the WooCommerce Status in the admin dashboard to be incorrect as well.