diff --git a/index.html b/index.html index cca231dc..9c4f72dd 100644 --- a/index.html +++ b/index.html @@ -917,8 +917,8 @@
dictionary PaymentShippingOption {
- required string id;
- required string label;
+ required DOMString id;
+ required DOMString label;
required PaymentCurrencyAmount amount;
boolean selected = false;
};