From c1b702c0335a52956881e1ed033bfddd288da9d1 Mon Sep 17 00:00:00 2001
From: Ade Bateman
The PaymentRequest constructor
- methodData, details, and data
- should be combined into a single object.
- PaymentRequest constructor MUST act as follows:
abort()
reject the returned Promise.
- The architecture document suggests that payment apps may take - numerous forms, including as web-based apps. This specification - should describe how the user-agent will pass the payment request - data and the complete signal to a web-based payment app and also how - it will receive the payment response from the payment app. -
- -- 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. -
-The abort method MUST act as follows:
PaymentItem
with amounts in more than once currency.
- - The spec needs to clearly state how it will handle internationalization - issues (such as selection order for language via explicit preferences, - Accept-Language headers, etc.) -
-