#sweta_code

1 messages ยท Page 1 of 1 (latest)

tropic micaBOT
#

๐Ÿ‘‹ 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/1369877676449468498

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

obtuse wadi
stuck crescent
#

hello! I'm going to need to step away for a short while, I'll get back to you soon

obtuse wadi
#

sure

stuck crescent
#

works fine for me on my own test example

#

Can you share the link to your site where we can see the Element? Please share the test login credentials (if any) and steps to navigate to the page where the Element is displayed.

tropic micaBOT
obtuse wadi
#

??

graceful veldt
#

Hi @obtuse wadi I'm taking over this thread

#

Did you enable pop-up on your safari browser?

obtuse wadi
#

sure

#

Code
I am using express checkout element for integrating payment methods in my system. I am currently using google pay. apple pay and amazon pay. Currently I am having an issue with google pay popup not being opened in only mac safari.

Question
Do you know why is it happening?

obtuse wadi
#

????

graceful veldt
#

Based on your screen recroding, it looks like the Google Pay pop-up is not shown. Can you check your browser setting and ensure that the pop-up is enabled?

obtuse wadi
#

yes I have enabled everything but it is not working

graceful veldt
#

Let me test your webstie, one sec

#
                elements: expressElement,
                clientSecret,
                confirmParams: {
                    return_url: window.location.href,
                },
                redirect: "if_required",
            });

Are you collecting a payment method without charging the customer? If not, you should use stripe.confirmPayment instead

obtuse wadi
#

sure

#

but this was working fine a month ago

graceful veldt
#

Is now working? after changing stripe.confirmSetup to stripe.confirmPayment ?

obtuse wadi
#

no it is not

graceful veldt
#

Can you print the error from stripe.confirmPayment? What does it say?

obtuse wadi
#

this is inside confirm function which can be clicked once we have the popup
curently the popup does not appears so i cannot go to that step

graceful veldt
#

Yes I can reproduce the same problem

#

Did you deploy the change (i.e., "stripe.confirmSetup to stripe.confirmPayment ") to your website already?