Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop PaymentAddress, shipping + billing address support #955

Merged
merged 7 commits into from May 7, 2021
9 changes: 4 additions & 5 deletions index.html
Expand Up @@ -921,8 +921,8 @@ <h2>
</aside>
</li>
<li data-tests=
"show-method-optional-promise-rejects-manual.https.html">
If |detailsPromise| was passed, then:
"show-method-optional-promise-rejects-manual.https.html">If
|detailsPromise| was passed, then:
<ol>
<li>Run the <a>update a <code>PaymentRequest</code>'s details
algorithm</a> with |detailsPromise|, |request|, and null.
Expand Down Expand Up @@ -1223,7 +1223,7 @@ <h2>
{{PaymentRequest/[[serializedModifierData]]}} internal slot.
</td>
</tr>
<tr>
<tr>
<td>
<dfn>[[\state]]</dfn>
</td>
Expand Down Expand Up @@ -2755,8 +2755,7 @@ <h2>
<li>For each {{PaymentDetailsModifier}} |modifier| in
|modifiers|:
<ol>
<li>
Run the steps to <a>validate a payment method
<li>Run the steps to <a>validate a payment method
identifier</a> with
|modifier|.{{PaymentDetailsModifier/supportedMethods}}.
If it returns false, then <a>abort the update</a>
Expand Down