diff --git a/index.html b/index.html index f90d167b..0b422b29 100644 --- a/index.html +++ b/index.html @@ -520,8 +520,8 @@

The shippingAddress, shippingOption, and shippingType attributes are populated during processing if the - requestShipping flag is - set. + requestShipping member + is set.

@@ -1854,11 +1854,11 @@

pending member
- When set to true this flag means that the amount member is not - final. This is commonly used to show items such as shipping or tax - amounts that depend upon selection of shipping address or shipping - option. User agents MAY indicate pending fields in the user - interface for the payment request. + When set to true this member means that the amount member is + not final. This is commonly used to show items such as shipping or + tax amounts that depend upon selection of shipping address or + shipping option. User agents MAY indicate pending fields in + the user interface for the payment request.

@@ -2141,9 +2141,9 @@

If the requestShipping flag was set to - true in the PaymentOptions passed to the PaymentRequest - constructor, then requestShipping member was set + to true in the PaymentOptions passed to the + PaymentRequest constructor, then shippingAddress will be the full and final shipping address chosen by the user.

@@ -2154,9 +2154,9 @@

If the requestShipping flag was set to - true in the PaymentOptions passed to the PaymentRequest - constructor, then requestShipping member was set + to true in the PaymentOptions passed to the + PaymentRequest constructor, then shippingOption will be the id attribute of the selected shipping option. @@ -2168,7 +2168,7 @@

If the requestPayerName flag was set + "PaymentOptions.requestPayerName">requestPayerName member was set to true in the PaymentOptions passed to the PaymentRequest constructor, then payerName will be the name provided @@ -2181,8 +2181,8 @@

If the requestPayerEmail flag was set - to true in the PaymentOptions passed to the + "PaymentOptions.requestPayerEmail">requestPayerEmail member was + set to true in the PaymentOptions passed to the PaymentRequest constructor, then payerEmail will be the email address chosen by the user. @@ -2194,8 +2194,8 @@

If the requestPayerPhone flag was set - to true in the PaymentOptions passed to the + "PaymentOptions.requestPayerPhone">requestPayerPhone member was + set to true in the PaymentOptions passed to the PaymentRequest constructor, then payerPhone will be the phone number chosen by the user.