From 8fa3889e5365f8a0040ea0a0e0e742f2f68c5058 Mon Sep 17 00:00:00 2001 From: Ade Bateman Date: Wed, 15 Jun 2016 09:02:56 -0700 Subject: [PATCH] Remove unnecessary clause about validation. (#213) The spec doesn't define what it means to validate the currency string so it is impossible to know what NOT to do. Additionally, specs should describe what _should_ be done and not what should not be done in order to achieve the desired outcome. Closes #175. --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 1f12c46c..a1c7387b 100644 --- a/index.html +++ b/index.html @@ -645,8 +645,7 @@

PaymentCurrencyAmount

currency is a string containing a currency identifier. The most common identifiers are three-letter alphabetic codes as defined by [[!ISO4217]] (for example, - "USD" for US Dollars) however any string is considered valid and - user agents MUST not attempt to validate this string. + "USD" for US Dollars) however any string is considered valid.
value