diff --git a/index.html b/index.html
index 811b0726..1d8cf692 100644
--- a/index.html
+++ b/index.html
@@ -213,7 +213,7 @@
Promise<void> abort();
Promise<boolean> canMakePayment();
- readonly attribute DOMString? paymentRequestID;
+ readonly attribute DOMString? paymentRequestId;
readonly attribute PaymentAddress? shippingAddress;
readonly attribute DOMString? shippingOption;
readonly attribute PaymentShippingType? shippingType;
@@ -347,8 +347,8 @@
The PaymentRequest constructor MUST act as follows:
- - If a
paymentRequestID was not provided during
- construction, generate a paymentRequestID.
+ - If a
paymentRequestId was not provided during
+ construction, generate a paymentRequestId.
- If the current settings object's responsible document is not
@@ -1577,7 +1577,7 @@
interface PaymentResponse {
serializer = { attribute };
- readonly attribute DOMString paymentRequestID;
+ readonly attribute DOMString paymentRequestId;
readonly attribute DOMString methodName;
readonly attribute object details;
readonly attribute PaymentAddress? shippingAddress;
@@ -1604,10 +1604,10 @@
values as per [[!WEBIDL-2]].
-
- paymentRequestID
+ paymentRequestId
-
- The same paymentRequestID present in the original
+ The same paymentRequestId present in the original
PaymentRequest.
-