UNPKG

payments

Version:

Lists various payment methods. Used by Wix Restaurants for payment configuration.

24 lines (17 loc) 526 B
import { simpleFormValuesToMerchant, simpleMerchantToFormValues } from '../adapters'; export default { id : 'au.com.fatzebra', form : [ {type : 'string', name : 'username'}, {type : 'string', name : 'password'}, ], countries : [ 'AU', ], fields: ['holderName'], formValuesToMerchant : simpleFormValuesToMerchant, merchantToFormValues : simpleMerchantToFormValues, keyToMerchant : JSON.parse, merchantToKey : JSON.stringify, ranking: 4 };