Closed baptisteArno closed 1 year ago
does the browser support payment request? check the readonly canMakePayment
property or listen for unsupported
event.
Oh so <stripe-payment-request>
is for https://stripe.com/docs/stripe-js/elements/payment-request-button?
Maybe it doesn't display because I'm testing on http://localhost
that's correct. you have to test it on https
Hi,
When rendering:
It doesn't show anything. And there are no errors in console.
I'm not sure what
stripe-payment-request
is supposed to display, though! I wanted to try it out.