diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index 909a5ed4..716c1384 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -17,7 +17,9 @@ { name: "Zach Koch", company: "Google" }, { name: "Richard Barnes", - company: "Mozilla Foundation" } + company: "Mozilla Foundation" }, + { name: "Roy McElmurry", + company: "Facebook" }, ], useExperimentalStyles: true, @@ -426,6 +428,14 @@

show()

payment request after the show method returns.

+

+ It may help users understand what they are accepting if the web site + is able to label the "accept" button. For example, if a user is about + to "Buy" something, "Reserve" something, "Subscribe" to something, + etc. That said, this may create payment interface/experience issues + and accidentally lead to customers thinking they're performing + actions like a one-time purchase, when they are in fact signing up + for a subscription.

The show method MUST act as follows: