- From: Andre Lyver <notifications@github.com>
- Date: Thu, 08 Dec 2016 07:33:34 -0800
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
Received on Thursday, 8 December 2016 15:35:03 UTC
The feature that @dlongley has proposed is certainly a valid feature on its own, since it would still be nice for a user to “exit gracefully” from the Payment Request sheet in order to continue through a legacy checkout flow (rather than the current implementation which requires the user to “cancel” out of Payment Request). However, there is still a need for the `canMakePayment()` call in order to know whether we can put the user through an “accelerated checkout flow”, or whether we can surface a “Buy Now”-like button on a product page. Needing to call `show()`, display Payment Request sheet, only to have the user select a ”Checkout with other" option (i.e. resulting in an extra click and closing the PaymentRequest sheet), defeats this particular use case. -- 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/browser-payment-api/pull/316#issuecomment-265769329
Received on Thursday, 8 December 2016 15:35:03 UTC