diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index d53215c8..d6d35c44 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -779,13 +779,6 @@

PaymentResponse interface

}; -

- How are payment messages routed between the browser and native payment - apps? The spec should give developers some idea of how the integration - might happen via a NOTE or similar mechanism to ensure that people know - it won't be just the OS vendors providing payment apps. -

-

A PaymentResponse is returned when a user has selected a payment method and approved a payment request. It contains the following fields: @@ -1087,6 +1080,13 @@

User agent delegates payment request algorithm

abort to account for the situation where this may fail in the delegated state.

+ +

+ This specification should describe how the user agent will pass the + payment request data and the complete signal to a native payment app + and also how it will receive the payment response from the payment app. +

+