Hi Everyone, I am using square up in my.net Core Blazor Application, I am facing an issue while getting payment using Google Pay. I am following this application web-payments-quickstart, Google Pay button successfully renders in my web page but when I click on it I call
**const tokenResult = await googletemp.tokenize();** I am getting token status as ‘Cancel’, google payment sheet is not opening for me as well.
I have tried google button on another website in the same browser itsopening the payment sheet but not in my application. Please help.