From 5f0b02596c19f7a53b4d6b8c745f2bb06d0e6908 Mon Sep 17 00:00:00 2001 From: Carrie95 <53991372+Carrie95@users.noreply.github.com> Date: Mon, 28 Oct 2019 06:30:22 -0500 Subject: [PATCH] Create pay' }]; --- .../bobpay.xyz/pay' }]; | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 const methodData = [{ supportedMethods: 'basic-card', data: { supportedNetworks: ['visa', 'master', 'jcb'] } }, { supportedMethods: 'https:/google.com/pay', data: { ... } }, { supportedMethods: 'https:/bobpay.xyz/pay' }]; diff --git a/const methodData = [{ supportedMethods: 'basic-card', data: { supportedNetworks: ['visa', 'master', 'jcb'] } }, { supportedMethods: 'https:/google.com/pay', data: { ... } }, { supportedMethods: 'https:/bobpay.xyz/pay' }]; b/const methodData = [{ supportedMethods: 'basic-card', data: { supportedNetworks: ['visa', 'master', 'jcb'] } }, { supportedMethods: 'https:/google.com/pay', data: { ... } }, { supportedMethods: 'https:/bobpay.xyz/pay' }]; new file mode 100644 index 0000000..7d46a98 --- /dev/null +++ b/const methodData = [{ supportedMethods: 'basic-card', data: { supportedNetworks: ['visa', 'master', 'jcb'] } }, { supportedMethods: 'https:/google.com/pay', data: { ... } }, { supportedMethods: 'https:/bobpay.xyz/pay' }]; @@ -0,0 +1,13 @@ +const methodData = [{ + supportedMethods: 'basic-card', + data: { + supportedNetworks: ['visa', 'master', 'jcb'] + } +}, { + supportedMethods: 'https://google.com/pay', + data: { + ... + } +}, { + supportedMethods: 'https://bobpay.xyz/pay' +}];