Re: [w3c/payment-request] UAs should not alter value string (addresses #624) (#631)

marcoscaceres commented on this pull request.



> @@ -1478,6 +1476,13 @@
           a total can't be a negative number.
           </li>
         </ol>
+        <div class="note" title="No alteration of values">
+          <p>
+            One feature of this algorithm is that user agents do not alter the

How about: 

```HTML
The algorithm does not alter or canonicalize the <var>amount</var>.<a>value</a>.  
For example, a user agent will not change "55" into "55.00". 
Payment handlers need to be prepared to deal with such values. 
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/631#pullrequestreview-64797140

Received on Monday, 25 September 2017 05:24:11 UTC