UNPKG

@eckidevs/payfastjs

Version:

A Node.js implementation of the PayFast API.

12 lines (10 loc) 214 B
const makeEntity = require("./builder"); module.exports = function transactionEntity({ merchantId, passphrase, period, to, from }) { return makeEntity(merchantId, passphrase, period, { to, from }); };