You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing a payment in ISK (Iceland) currency, the amount displayed on the Stripe Widget is wrong by adding two extra zeros.
The amount here is 2000 ISK, but the Stripe Widget displays 200000 ISK:
Thanks to this documentation, ISK is now a zero-decimal currency since the 14 of April 2023, but we still need to add the two zeros at the end of the amount.
As I've tried the solution used for the issue with IDR currency, I've made a PR: #3987
I only mimic the fix you've made months ago, but please check if I've right understood the documentation about this currency.
The text was updated successfully, but these errors were encountered:
Summary
When processing a payment in ISK (Iceland) currency, the amount displayed on the Stripe Widget is wrong by adding two extra zeros.
The amount here is 2000 ISK, but the Stripe Widget displays 200000 ISK:
Thanks to this documentation, ISK is now a zero-decimal currency since the 14 of April 2023, but we still need to add the two zeros at the end of the amount.
iOS version
17.5
SDK version
23.28.3
Other information
This issue seems to be similar to this one: #3747
As I've tried the solution used for the issue with IDR currency, I've made a PR: #3987
I only mimic the fix you've made months ago, but please check if I've right understood the documentation about this currency.
The text was updated successfully, but these errors were encountered: