diff --git a/index.html b/index.html index c3b2c64..519d34d 100644 --- a/index.html +++ b/index.html @@ -167,8 +167,9 @@

Payment Request API
- The terms payment - method, payment method, + PaymentRequest, PaymentResponse, @@ -221,9 +222,11 @@

The terms basic-card, supportedNetworks, and - supportedTypes + "!payment-method-basic-card#method-id">basic-card, + supportedNetworks, + and supportedTypes are defined in [[!payment-method-basic-card]].
@@ -1362,8 +1365,8 @@

This attribute contains PaymentMethodData dictionaries containing the payment method identifiers for the payment - methods that the web site accepts and any associated - payment method specific data. It is populated from the + methods that the web site accepts and any associated payment + method specific data. It is populated from the PaymentRequest using the MethodData Population Algorithm defined below.

@@ -1647,8 +1650,8 @@

promises of e to resolve.
  • If the payment handler has not provided a - PaymentAppResponse, reject the Promise that - was created by PaymentAppResponse, reject the Promise that was + created by PaymentRequest.show() with a DOMException whose value "OperationError".
  • @@ -2031,7 +2034,8 @@

    The Web Payments Working Group is also discussing Payment App - authenticity; see the (draft) + authenticity; see the (draft) Payment Method Manifest.