File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -3392,12 +3392,23 @@ <h2>
3392
3392
</ li >
3393
3393
< li > If the < a data-lt =
3394
3394
"PaymentOptions.requestShipping "> requestShipping</ a > value of
3395
- < var > request</ var > .< a > [[\options]]</ a > is true, then < a > create a
3396
- < code > PaymentAddress</ code > from user-provided input</ a > passing the
3397
- empty list as the < var > redactList</ var > and set the < a data-lt =
3398
- "PaymentResponse.shippingAddress "> shippingAddress</ a > attribute of
3399
- < var > response</ var > to the resulting < a > PaymentAddress</ a > .
3400
- Otherwise, set it to null.
3395
+ < var > request</ var > .< a > [[\options]]</ a > is true, then:
3396
+ < ol >
3397
+ < li > Let < var > redactList</ var > be the empty < a > list</ a > .
3398
+ </ li >
3399
+ < li > Let < var > shippingAddress</ var > be the result of < a > create a
3400
+ < code > PaymentAddress</ code > from user-provided input</ a > with
3401
+ < var > redactList</ var > .
3402
+ </ li >
3403
+ < li > Set the < a data-lt =
3404
+ "PaymentResponse.shippingAddress "> shippingAddress</ a > attribute
3405
+ value of < var > response</ var > to < var > shippingAddress</ var > .
3406
+ </ li >
3407
+ < li > Set the < a data-lt =
3408
+ "PaymentResponse.shippingAddress "> shippingAddress</ a > attribute
3409
+ value of < var > request</ var > to < var > shippingAddress</ var > .
3410
+ </ li >
3411
+ </ ol >
3401
3412
</ li >
3402
3413
< li > If the < a data-lt =
3403
3414
"PaymentOptions.requestShipping "> requestShipping</ a > value of
You can’t perform that action at this time.
0 commit comments