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

marcoscaceres commented on this pull request.



> +            "!html/multipage/webappapis.html#relevant-settings-object">relevant
+            settings object</a>’s <a data-cite=
+            "!html/multipage/webappapis.html#api-base-url">API base URL</a>.
+            </li>
+            <li>Let <var>input</var> be the empty string.
+            </li>
+            <li>If <var>eventInitDict</var> was passed, set <var>input</var> to
+            the value of <var>eventInitDict</var>["<a>validationURL</a>"].
+            </li>
+            <li data-link-for="MerchantValidationEventInit">Let
+            <var>validationURL</var> be the result of <a data-cite=
+            "!url#concept-url-parser">URL parsing</a> <var>input</var> and
+            <var>base</var>.
+            </li>
+            <li>If <var>validationURL</var> is failure, throw a
+            <a>TypeError</a>.

D'oh! Added just below. 

-- 
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#discussion_r213539526

Received on Wednesday, 29 August 2018 04:10:53 UTC