Re: [w3c/payment-request] Add support for merchant validation (#751)

adrianhopebailie commented on this pull request.



> @@ -3923,6 +4059,51 @@ <h2>
         object is set to "<a>interactive</a>", the <a>user agent</a> will
         trigger the following algorithms based on user interaction.
       </p>
+      <section>
+        <h2>
+          Validate a merchant algorithm
+        </h2>
+        <p>
+          <dfn>Merchant validation</dfn> is the process by which <a>payment

Two missing **a**'s

```
<dfn>Merchant validation</dfn> is the process by which a <a>payment
          handler</a> validates the identity of a merchant.
```

-- 
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/pull/751#pullrequestreview-143982080

Received on Tuesday, 7 August 2018 13:01:47 UTC