File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1817,7 +1817,7 @@ <h2>
18171817 DOMString error;
18181818 PaymentItem total;
18191819 AddressErrors shippingAddressErrors;
1820- PayerErrorFields payerErrors;
1820+ PayerErrors payerErrors;
18211821 object paymentMethodErrors;
18221822 };
18231823 </ pre >
@@ -3349,7 +3349,7 @@ <h3>
33493349 </ h3 >
33503350 < pre class ="idl ">
33513351 dictionary PaymentValidationErrors {
3352- PayerErrorFields payer;
3352+ PayerErrors payer;
33533353 AddressErrors shippingAddress;
33543354 DOMString error;
33553355 object paymentMethod;
@@ -3390,20 +3390,20 @@ <h3>
33903390 </ dd >
33913391 </ dl >
33923392 </ section >
3393- < section data-dfn-for ="PayerErrorFields " data-link-for =
3394- "PayerErrorFields ">
3393+ < section data-dfn-for ="PayerErrors " data-link-for =
3394+ "PayerErrors ">
33953395 < h3 >
3396- < dfn > PayerErrorFields </ dfn > dictionary
3396+ < dfn > PayerErrors </ dfn > dictionary
33973397 </ h3 >
33983398 < pre class ="idl ">
3399- dictionary PayerErrorFields {
3399+ dictionary PayerErrors {
34003400 DOMString email;
34013401 DOMString name;
34023402 DOMString phone;
34033403 };
34043404 </ pre >
34053405 < p >
3406- The < a > PayerErrorFields </ a > is used to represent validation errors
3406+ The < a > PayerErrors </ a > is used to represent validation errors
34073407 with one or more < a > payer details</ a > .
34083408 </ p >
34093409 < p >
You can’t perform that action at this time.
0 commit comments