From faec80e67e65e9e7445bd8e4ea86b4499885f58a Mon Sep 17 00:00:00 2001 From: "Adam Roach [:abr]" Date: Sat, 17 Sep 2016 11:29:40 -0500 Subject: [PATCH] Added optionId field to PaymentAppRequestData dictionary --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index 73ef54b..f28c754 100644 --- a/index.html +++ b/index.html @@ -1058,6 +1058,7 @@

Payment App Request Data

sequence<PaymentMethodData> methodData; PaymentItem total; sequence<PaymentDetailsModifier> modifiers; + DOMString optionId; };
@@ -1095,6 +1096,12 @@

Payment App Request Data

PaymentRequest using the Modifiers Population Algorithm defined below. +
optionId attribute
+
+ This attribute indicates which PaymentAppOption the user + selected. It corresponds to the id field provided during + payment app registration. +