UNPKG

payments

Version:

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

23 lines (16 loc) 465 B
import { simpleFormValuesToMerchant, simpleMerchantToFormValues } from '../adapters'; export default { id : 'com.tranzila', form : [ {type : 'string', name : 'username'}, ], countries : [ 'IL', ], fields: [], formValuesToMerchant : simpleFormValuesToMerchant, merchantToFormValues : simpleMerchantToFormValues, keyToMerchant : JSON.parse, merchantToKey : JSON.stringify, ranking: 3 };