[w3c/payment-handler] Create pay' }]; (#350)

closes #???

The following tasks have been completed:

 * [ ] web platform tests (link)
 * [ ] MDN Docs added (link)

Implementation commitment:

 * [ ] Safari (link to issue)
 * [ ] Chrome (link to issue)
 * [ ] Firefox (link to issue)
 * [ ] Edge (public signal)

You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/payment-handler/pull/350

-- Commit Summary --

  * Create pay' }];

-- File Changes --

    A const methodData = [{  supportedMethods: 'basic-card',  data: {    supportedNetworks: ['visa', 'master', 'jcb']  } }, {  supportedMethods: 'https:/google.com/pay',  data: {    ...  } }, {  supportedMethods: 'https:/bobpay.xyz/pay' }]; (13)

-- Patch Links --

https://github.com/w3c/payment-handler/pull/350.patch
https://github.com/w3c/payment-handler/pull/350.diff

-- 
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/payment-handler/pull/350

Received on Monday, 28 October 2019 11:30:49 UTC