UNPKG

payments

Version:

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

26 lines (19 loc) 607 B
import { simpleFormValuesToMerchant, simpleMerchantToFormValues } from '../adapters'; export default { id : 'com.pelecard', form : [ {type : 'string', name : 'terminalNumber'}, {type : 'string', name : 'user'}, {type : 'string', name : 'password'}, {type : 'string', name : 'shopNumber'}, ], countries : [ 'IL', ], fields: [], formValuesToMerchant : simpleFormValuesToMerchant, merchantToFormValues : simpleMerchantToFormValues, keyToMerchant : JSON.parse, merchantToKey : JSON.stringify, ranking: 4 };