#irene_92049
1 messages · Page 1 of 1 (latest)
Do you have a public URL I can visit to see this happening on my end?
https://ac29-2806-263-c482-377-856e-f863-a374-10e9.ngrok-free.app/ is my local site
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"
I'm not really sure how to get to that page. Searching a phone number gives me a "Contact sales" button
click on "find your number"->click on "buy now" button and after that click in "complete payment information"
I'm getting slightlyl different errors when viewing through Safari
Is the client blocking external requests?
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?
Does the i-frame you're trying to use have the allow attribute set to payment?
https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-testing
no, it doesn't. where i have to set that attrribute?
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>