Re: [w3c/browser-payment-api] currencySystem seems like a recipe for interop hell (#305)

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