Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created July 1, 2019 11:31
Show Gist options
  • Save indreklasn/a684257020267cd5e17aedf019464a3e to your computer and use it in GitHub Desktop.
Save indreklasn/a684257020267cd5e17aedf019464a3e to your computer and use it in GitHub Desktop.
function buildSupportedPaymentMethodData() {
// Example supported payment methods:
return [{
supportedMethods: 'basic-card',
data: {
supportedNetworks: ['visa', 'mastercard'],
supportedTypes: ['debit', 'credit']
}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment