When using stripe.verifyIdentity to display an Identity modal, the modal appears in English instead of the specified locale.
Steps to Reproduce:
Initialize Stripe with a test public key and specify a locale (e.g., 'ja' for Japanese).
Call stripe.verifyIdentity with a session.
Expected Behavior:
The Identity modal should be displayed in the specified locale (e.g., Japanese).
Actual Behavior:
The Identity modal is displayed in English, regardless of the specified locale.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What happened?
When using stripe.verifyIdentity to display an Identity modal, the modal appears in English instead of the specified locale.
Steps to Reproduce: Initialize Stripe with a test public key and specify a locale (e.g., 'ja' for Japanese). Call stripe.verifyIdentity with a session. Expected Behavior: The Identity modal should be displayed in the specified locale (e.g., Japanese).
Actual Behavior: The Identity modal is displayed in English, regardless of the specified locale.
Code Snippet:
Environment
No response
Reproduction
No response