- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 14 Nov 2016 00:46:37 -0800
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
Received on Monday, 14 November 2016 08:47:34 UTC
Ah, ok. So the payment request can be made with an arbitrary system. How is the relationship between the total amount and the currency system established?
Like when given:
```
{
"system": "SuperDuperMiles",
"currency": "USD", // means "Upgrade Special Discount" in SuperDuperMiles
"value" : "55.00"
}
```
(I've not read through the whole spec yet in full detail, so this might be already answered)
--
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/issues/305#issuecomment-260278859
Received on Monday, 14 November 2016 08:47:34 UTC