Re: [w3c/browser-payment-api] Currency amount (#101)

The way this is done in most payment protocol is that the "settlement effect" of the amount is determined by the context of where the amount is encountered.

One way to do this is to have separate places to put debits and credits another way is to use transaction type to imply if this is a debit or credit.

I'm inclined to support the latter as I think this would also solve https://github.com/w3c/browser-payment-api/issues/56

---
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/browser-payment-api/pull/101#issuecomment-202969286

Received on Tuesday, 29 March 2016 15:49:46 UTC