#ghostchups_unexpected
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
🔗 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/1212514110420553811
📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.
⏲️ 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. Thank you for your patience!
Hello
hi
Interesting
So to be clear, mail@interia.pl is a valid email
But you are getting a suggestion otherwise
Just to be explicit here
correct
this is a valid domain
no problem, I have another report. Should i make a new thread?
Nope you can use this one
I am relaying from a Polish client so I'll jsut copy paste here and explain if that is ok
the list of banks in P24 we have one position that's spelled weirdly (screenshot 2). It should say "Płać z iPKO (PKO BP)". I understand it takes the list from Stripe, but maybe it's something that can be fixed?
P24 is a payment option
that we have enabled for the client
Przelewy24 is the full name sorry
awesome thank you
Thank you
just on the first one, is there any option I can pass through to the Payment element that will turn off the email domain suggestions?
E.g. my code is:
<PaymentElement
onChange={handleElementChange}
options={{
defaultValues: {
billingDetails: {
email: email ?? '',
},
},
readOnly: isConfirmingPayment,
layout: {
type: 'tabs',
defaultCollapsed: false,
radios: false,
spacedAccordionItems: false,
},
}}
/>
No, that's not possible right now.
ok no worries
Is that company a customer of yours?
yes
So you anticipate collecting payments from folks with an interia.pl email specifically
Like Link is based on the customer's email.
they were testing the Stripe integration and tried an email address
So it shouldn't really be a huge issue unless you expect the majority of your customers to have addresses from that domain.
But we will get it fixed up, regardless.
yeah that's fair. I did ask if they tried other domains and they said yes and saw a similar message, but they did not advise me which ones. gmail.com worked.
They were also not using a VPN or anything
I can also reproduce it on my end
from a New Zealand IP
I assumed Stripe has a list of email providers to use as suggestions to try help people get their emails right.
Yeah I believe so, I'm not positive about how that feature was built. I filed a ticket for our Eng team to look into it further though to at least get this case fixed and it improved here.
Also if it helps this is a react app using:
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.7",
I haven't tried upgrading dependencies, so I can try that incase it's already been fixed.
It's not a deal breaker, I just promised I'd raise a ticket with Stripe
appreciate the help @uneven turtle
Yeah you aren't far behind current -- pretty positive the version isn't going to matter here.