Re: [w3c/browser-payment-api] Merged PaymentRequest params and tweaked to address some issues (#133)

>            <pre class="example highlight">
> -            ["visa", "bitcoin", "bobpay.com"]
> +            {
> +              "amount" : [{
> +                  "currency" : "USD",
> +                  "value" : "55.00"
> +              }],
> +              "supportedMethods" : [
> +                {
> +                  "identifers" : ["visa", "mastercard"],
> +                  "data" : {}
> +                },
> +                {
> +                  "identifers" : ["bobpay.com"],
> +                  "data" : {

'data' seems too generic. Perhaps... identifierData?

Also, do we imagine being able to support identifier-specific pricing in here?

---
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/133/files/cf56b89b9fd4927e652f57db1b2d2c0d8a7d5aa5#r59933633

Received on Friday, 15 April 2016 20:08:26 UTC