From 0fdc97b6d3d3f6aacb3fdfd918160837bab2d9c7 Mon Sep 17 00:00:00 2001 From: Ade Bateman Date: Wed, 8 Jun 2016 15:56:37 -0700 Subject: [PATCH] Remove unnecessary clause about validation. 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 edaf4caf..b76a03e9 100644 --- a/index.html +++ b/index.html @@ -655,8 +655,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