Re: [w3c/payment-method-basic-card] WIP: Last wins (#71)

rsolomakhin commented on this pull request.



> +        </h2>
+        <p>
+          The steps for showing the Basic Card payment handler are given by the
+          following algorithm. These steps run when a payment UI is first
+          presented to the end-user, as a successful call to a
+          <a>PaymentRequest</a>'s <a data-cite=
+          "payment-request#dom-paymentrequest-show"><code>show()</code></a>
+          method. The steps take a <a>PaymentRequest</a> <var>request</var>.
+        </p>
+        <div class="note">
+          <p>
+            In the case where a payment request is shown with multiple
+            applicable <a>PaymentMethodData</a>s, this algorithm selects the
+            last <a data-cite=
+            "payment-request/#dfn-serializedmethoddata">[[\serializedMethodData]]</a>
+            whose PMI is "<code>basic-card</code>". (i.e., "the last one

```suggestion
            whose PMI is "<code>basic-card</code>", (i.e., "the last one
```

-- 
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-method-basic-card/pull/71#pullrequestreview-216162253

Received on Tuesday, 19 March 2019 13:45:51 UTC