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.
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.