#theeric_code
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1442549863442288792
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
There is more info on the issue I created on GitHub: https://github.com/stripe/stripe-js/issues/833
Just to double confirm - is the issue specific about the shippingaddresschange type doesn't exit on Express Checkout Element?
correct. the docs say that event should exist, and I am getting an error when trying to use it.
Got it! Checking this now
thanks
Indeed that shippingaddresschange doesn't exist: https://github.com/stripe/stripe-js/blob/v8.5.2/types/stripe-js/checkout.d.ts#L373-L500
If you put //@ts-ignore on the type check, does it work, i.e. is your code able to get shipping address change event?
no, i get an error
IntegrationError: Invalid value for eventType of expressCheckoutElement.on(): value should be one of the following strings: ready, focus, blur, escape, loaderror, confirm, cancel. You specified: shippingaddresschange.
Thanks for sharing! I'll be sending you a message to write in to us, so that we can check with the relevant team and follow up with you on this matter.
Hello @real palm, we have sent you a direct message, please check it at https://discord.com/channels/@me/1442555666475647059
- 🔗The message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
thanks, @midnight blade