PHP 8.2.30
Preview: rave.transactions.js Size: 1.13 KB
/home/byroehnu/.trash/node_modules11/flutterwave-node-v3/lib/rave.transactions.js

const event_trans = require('../services/transactions/rave.events');
const fee_trans = require('../services/transactions/rave.fee');
const refund_trans = require('../services/transactions/rave.refund');
const resend_hooks_trans = require('../services/transactions/rave.resend-hooks');
const retrieve_trans = require('../services/transactions/rave.retrieve');
const verify_trans = require('../services/transactions/rave.verify');
const verify_trans_tx = require('../services/transactions/rave.verify-by-txref');

function Transactions(RaveBase) {
  this.event = function (data) {
    return event_trans(data, RaveBase);
  };

  this.fee = function (data) {
    return fee_trans(data, RaveBase);
  };

  this.refund = function (data) {
    return refund_trans(data, RaveBase);
  };

  this.resend_hooks = function (data) {
    return resend_hooks_trans(data, RaveBase);
  };

  this.fetch = function (data) {
    return retrieve_trans(data, RaveBase);
  };

  this.verify = function (data) {
    return verify_trans(data, RaveBase);
  };

  this.verify_by_tx = function (data) {
    return verify_trans_tx(data, RaveBase);
  }
}
module.exports = Transactions;

Directory Contents

Dirs: 0 × Files: 20

Name Size Perms Modified Actions
354 B lrw-r--r-- 2026-02-21 00:53:50
Edit Download
4.39 KB lrw-r--r-- 2026-02-21 00:53:52
Edit Download
698 B lrw-r--r-- 2026-02-21 00:53:52
Edit Download
2.01 KB lrw-r--r-- 2026-02-21 00:53:54
Edit Download
1.72 KB lrw-r--r-- 2026-02-21 00:54:00
Edit Download
244 B lrw-r--r-- 2026-02-21 00:54:02
Edit Download
337 B lrw-r--r-- 2026-02-21 00:54:04
Edit Download
787 B lrw-r--r-- 2026-02-21 00:54:08
Edit Download
1016 B lrw-r--r-- 2026-02-21 00:54:08
Edit Download
331 B lrw-r--r-- 2026-02-21 00:54:10
Edit Download
826 B lrw-r--r-- 2026-02-21 00:54:10
Edit Download
363 B lrw-r--r-- 2026-02-21 00:54:18
Edit Download
750 B lrw-r--r-- 2026-02-21 00:54:18
Edit Download
674 B lrw-r--r-- 2026-02-21 00:54:18
Edit Download
924 B lrw-r--r-- 2026-02-21 00:54:20
Edit Download
1.13 KB lrw-r--r-- 2026-02-21 00:54:20
Edit Download
973 B lrw-r--r-- 2026-02-21 00:54:22
Edit Download
700 B lrw-r--r-- 2026-02-21 00:54:22
Edit Download
1.51 KB lrw-r--r-- 2026-02-21 00:54:22
Edit Download
2.02 KB lrw-r--r-- 2026-02-21 00:54:24
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).