From ed426baa7b1c1f60b1295f42c3d15393b01dc2af 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 98c39914..ba9abbbf 100644 --- a/index.html +++ b/index.html @@ -2935,6 +2935,7 @@

dictionary PaymentShippingOption { required DOMString id; required DOMString label; + DOMString description; required PaymentCurrencyAmount amount; boolean selected = false; }; @@ -2959,9 +2960,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