Skip to content

Commit

Permalink
Rename PayerErrorFields to PayerErrors (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
akansha2608 authored and marcoscaceres committed Oct 2, 2018
1 parent 0d461b1 commit 5498f93
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,7 @@ <h2>
DOMString error;
PaymentItem total;
AddressErrors shippingAddressErrors;
PayerErrorFields payerErrors;
PayerErrors payerErrors;
object paymentMethodErrors;
};
</pre>
Expand Down Expand Up @@ -3349,7 +3349,7 @@ <h3>
</h3>
<pre class="idl">
dictionary PaymentValidationErrors {
PayerErrorFields payer;
PayerErrors payer;
AddressErrors shippingAddress;
DOMString error;
object paymentMethod;
Expand Down Expand Up @@ -3390,20 +3390,20 @@ <h3>
</dd>
</dl>
</section>
<section data-dfn-for="PayerErrorFields" data-link-for=
"PayerErrorFields">
<section data-dfn-for="PayerErrors" data-link-for=
"PayerErrors">
<h3>
<dfn>PayerErrorFields</dfn> dictionary
<dfn>PayerErrors</dfn> dictionary
</h3>
<pre class="idl">
dictionary PayerErrorFields {
dictionary PayerErrors {
DOMString email;
DOMString name;
DOMString phone;
};
</pre>
<p>
The <a>PayerErrorFields</a> is used to represent validation errors
The <a>PayerErrors</a> is used to represent validation errors
with one or more <a>payer details</a>.
</p>
<p>
Expand Down

0 comments on commit 5498f93

Please sign in to comment.