- From: Zach Koch <notifications@github.com>
- Date: Fri, 15 Apr 2016 13:07:51 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
Received on Friday, 15 April 2016 20:08:26 UTC
> <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