Skip to content

Commit

Permalink
Change ISO to CLDR to solve issue 34
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbjacobs committed Feb 7, 2017
1 parent afb7252 commit 39198a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
]
, status: "CR"
},
"ISO3166-2": {
title: "ISO 3166-2"
, href: "http://www.iso.org/iso/home/standards/country_codes.htm"
"CLDR": {
title: "Unicode Common Locale Data Repository"
, href: "http://cldr.unicode.org/"
}
}
};
Expand Down Expand Up @@ -107,8 +107,8 @@ <h2>Dependencies</h2>
[[!METHODIDENTIFIERS]].</dd>
<dt>Web IDL</dt>
<dd>The IDL in this specification is defined by Web IDL [[!WEBIDL]].</dd>
<dt>ISO 3611</dt>
<dd>Country codes defined in [[!ISO3166-2]] are used by merchants as a filter for indicating the countries from which they accept credit transfers.</dd>
<dt>CLDR</dt>
<dd>Country codes used in this specification are only used for filtering; country information is not part of the payment message. We thus align with the choice of Payment Request API, which is to use [[!CLDR]].</dd>
</dl>
</section>

Expand Down Expand Up @@ -166,7 +166,7 @@ <h2>CreditTransferRequest</h2>
</dd>

<dt><dfn><code>supportedCountries</code><dfn></dt>
<dd>The supportedCountries field contains a sequence of [[!ISO3166-2]] identifiers of countries from which the merchant accepts credit transfers. This field is optional. If a value is not provided then the merchant accepts credit transfers from any country.
<dd>The supportedCountries field contains a sequence of [[!CLDR]] identifiers of countries from which the merchant accepts credit transfers. This field is optional. If a value is not provided then the merchant accepts credit transfers from any country.
</dd>

<dt><dfn><code>payeeIBAN</code></dfn></dt>
Expand Down

0 comments on commit 39198a3

Please sign in to comment.