- From: Oleksii Kersov <notifications@github.com>
- Date: Sun, 06 Dec 2020 13:08:12 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 6 December 2020 21:08:25 UTC
On some devices, Google Pay is not available in the Payment Request API even though it was added in the code. It was tested even with an example from https://developers.google.com/pay/api/web/guides/paymentrequest/tutorial . Steps to reproduce: 1. write code for 2 payment methods: basic-credit and google pay; 2. test it on different devices; Actual result: on some devices only basic-credit will be available even though it is Chrome browser and google account has saved credit cards. I also tried to use the same code but remove basic-credit and that Google Pay becomes available but when I added basic-credit back Google Pay disappears again. Has someone experienced the same issue? Thank you in advance. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-request/issues/935
Received on Sunday, 6 December 2020 21:08:25 UTC