From 19a0e641fddc2a414f40d5e6ec49fa11215d1c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Mon, 27 Apr 2020 20:16:24 +1000 Subject: [PATCH] Add optional description to PaymentShippingOption --- index.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 20e259c7..9f60c462 100644 --- a/index.html +++ b/index.html @@ -2955,6 +2955,7 @@

dictionary PaymentShippingOption { required DOMString id; required DOMString label; + DOMString description; required PaymentCurrencyAmount amount; boolean selected = false; }; @@ -2979,9 +2980,16 @@

label member
- A human-readable string description of the item. The user - agent SHOULD use this string to display the shipping option to - the user. + A human-readable label of the shipping option. The user agent + SHOULD use this string to display the shipping option to the user. +
+
+ description member +
+
+ A detailed description of the shipping option. If present, the + user agent MAY use this to present additional details relating + to the shipping option to the user.
amount member