#irene_92049

1 messages · Page 1 of 1 (latest)

coral rockBOT
untold solar
#

Do you have a public URL I can visit to see this happening on my end?

grizzled arch
#

here in this window there is a var that show apple pay and google pay buttons when {applePay: false, googlePay: false, link: true} vars returns "true"

untold solar
#

I'm not really sure how to get to that page. Searching a phone number gives me a "Contact sales" button

grizzled arch
#

click on "find your number"->click on "buy now" button and after that click in "complete payment information"

untold solar
#

I'm getting slightlyl different errors when viewing through Safari

#

Is the client blocking external requests?

grizzled arch
#

this is not on production already. i want to implement google pay and apple pay buttons to my form. but the canMakePayment method returns applePay and GooglePay set to false. :/

#

I'm using google chrome on mac

#

Oh! I understand your point. I'm seeing "apple pay" in true in safary. do you know what else i have to do for get GooglePay set to true?

untold solar
grizzled arch
#

no, it doesn't. where i have to set that attrribute?

untold solar
#

Wherever your code renders the i-frame, it should be created such that the allow attribute, like the below:

<iframe id="inlineFrameExample" title="Inline Frame Example" allow="payment" </iframe>