#stefan_code
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- stefan_code, 58 minutes ago, 14 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1255489292273455144
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Thanks, taking a look. Is the issue also evident here for you? https://docs.stripe.com/elements/express-checkout-element
Amazon Pay should render there I think, but I see similar errors in the console
Also, is this impacting your livemode integration?
no, we are builing a new checkout for the company
Well Google Pay is there for me, it's collapsed under the caveat
So you're using test mode keys, correct?
yes
if you open the console, you will see the errors
(or maybe not, you need to have something in the cart)
Can you get me a repro?
I think it's this issue:
Invalid value 'en_GB' for 'checkoutLanguage', please use one of the available values: en_US.
Invalid value 'GBP' for 'ledgerCurrency', please use one of the available values: USD.```
Can you share your ECE code?
whats ECE code?
"@stripe/stripe-js": "^3.1.0",
you can probably ignore the createStripeElemenets as copied the last bit from the example site
OK, looks like we're working on fixing this. Appreciate you flagging!
Is this a known issue?
hi! I'm taking over this thread.
thanks to your report we are looking into this and it will be fixed soon.
if you want to be notified when we fixed the issue, I recommend to ask Stripe support: https://support.stripe.com/contact
any workaround?
not really, sorry. but we are actively working on this, so it should be fixed soon.
well, my company wants to start working on express checkout ASAP. would it work if i load stripe.js via <script> tag instead of npm?
I don't think that would change anything.