-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable native payments #447
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
198a9f9
to
de0c599
Compare
|
- `paymentRequest` initialized on initial render of `PaymentRequestCustomButton`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the code changes are fine. I just could not test Apple Pay (compare Slack) :-(
021caca
to
4b481bd
Compare
- redirect prevented if env.DISABLE_VERCEL_REDIRECT is true
4b481bd
to
5bbb787
Compare
- requires explicit enabling of native payments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apple Pay is now visible to me on mobile, have not yet tested complete functionality.
onPaymentFunction
while making payments using Google / Apple PayPending