Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different StripeError message based on OS and wrong localizedMessage language string #1153

Open
carminesh opened this issue Sep 27, 2022 · 0 comments

Comments

@carminesh
Copy link

Bug statement
Hi, I'm testing the 'Authentication Card with Insufficient funds' and I'm trying to show the user the occurred error (by using a specific Alert) the different localizedMessage from StripeError object.
The thing is that the localizedMessage on Android is not being translated into the local language (in this case 'Italian') as it does on iOS.
The second thing is that the same card test (Authentication Card with Insufficient funds) on an iOS device returns a different type of error.message as it does on Android device.

Screenshots
This screen shows the log of the StripeError from the above test on the two different device.
The blue square represent the different message errors, the yellow circle represent the specific device and at the end the orange underline show the localizedMessage that is not represent in the right language.

StripeError_Bug

  • React Native Version: 0.64.3
  • Stripe Version: 0.19.0
  • Android OS Version: 11.0
  • iOS version: 16.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant