UNPKG

@speakr/speakr-module-services

Version:
15 lines (13 loc) 306 B
'use strict'; const db = require('../../db/'); module.exports = (config) => { return db.payments.create({ amount: config.amount, type: config.type, payable_id: config.id, invoice_id: config.invoice_id, note: config.note, created_by: config.created_by, network_id: config.network_id }); };