#.xcmy
1 messages ยท Page 1 of 1 (latest)
hello! taking a look, will get back to you in a short while
๐
i don't have an additional field on the top for the email. Did you include the Link Authentication Element : https://stripe.com/docs/payments/elements/link-authentication-element?
is it possible to share a link to your site?
also, this is a public channel, you'd want to avoid sharing any personal info like emails
i can open it, do you have test account credentials that i can use?
and pw:12
how do i navigate to the payment page? ๐
i assume i click on Go to Pay on one of this?
you can click right top btn
and open game play
then click recharge
next go to pay
this also is ok
hrm, Go to Pay from the screenshot i provided isn't working
i don't think clicking on game play from the menu works too - it just directs me back to http://commercial-dev.stepxr.com/#/home
(โoโ)โฆ
you open the recharge order
select the order state with unpaid
and go to pay
click
yep, that's what i did, and i got to that screenshot that i pasted
it's not about a slow network, the console is showing this error
but the buiness name is not requied value
anyway, can you inspect the first email field, and show me what element that is in your developer tools?
this is element
well, if you remove the link-authentication-element
then you won't have the two email field problems
the Payment Element automatically collects the Email already when it's required
alternatively, what you can do is to not have the Payment Element collect the email
https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails-email - set it to never and rely on the Link Authentication Element to collect the email instead
you'll have to test it out to make sure it all works as expected