Re: [w3c/payment-method-basic-card] Define how to show and apply modifiers (#71)

ianbjacobs commented on this pull request.



> +      <section>
+        <h2>
+          Showing the payment handler
+        </h2>
+        <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 applicable <a data-cite=
+            "payment-request#dfn-serializedmethoddata">[[\serializedMethodData]]</a>
+            whose PMI is "<code>basic-card</code>". (i.e., "the last one
+            wins").
+          </p>
+          <pre class="example" title="Last one wins">
+              const methodData = [
+              // This one is ignored.

```suggestion
              // This one matches, but is ignored since one the follows also matches.
```

-- 
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-216799117

Received on Wednesday, 20 March 2019 15:30:05 UTC