zkoch commented on this pull request.
> @@ -180,6 +185,22 @@
</p>
</section>
+
+ <section>
+ <h3>Processing incoming payment method data</h3>
+
+ <p>When the PaymentRequest API is to pass data to a payment app supporting basic-card as part
+ of the <a>paymentRequest.show()</a> algorithm, the payment app must process any non-null
Looking at this a bit closer, I don't think .show() is the right place in the algorithm where this matters. This actually matters after show has been called and the user has selected the appropriate payment app. Then the data is transferred. No data is transferred at .show() by default.
--
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/webpayments-methods-card/pull/23#pullrequestreview-33639881