Re: [w3c/payment-request] Add ability to request billing address (#749)

marcoscaceres commented on this pull request.



> +              <li data-link-for="PaymentDetailsUpdate">If the
+              <a>paymentMethodErrors</a> member is present and
+              <var>identifier</var> is not undefined:
+                <ol>
+                  <li>If required by the specification that defines the
+                  <var>identifer</var>, then <a data-cite=
+                  "!WEBIDL#dfn-convert-ecmascript-to-idl-value">convert</a> <a>
+                    paymentMethodErrors</a> to an IDL value. Otherwise,
+                    <a data-cite=
+                    "!WEBIDL#dfn-convert-ecmascript-to-idl-value">convert</a>
+                    <a>paymentMethodErrors</a> to <a data-cite=
+                    "!WEBIDL#idl-object">object</a>.
+                  </li>
+                  <li>If conversion results in a <a data-cite=
+                  "!WEBIDL#dfn-exception">exception</a> <var>error</var>,
+                  <a>abort the update</a> with <var>error</var>.

Yes. 

-- 
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/749#discussion_r210793002

Received on Friday, 17 August 2018 02:46:14 UTC