UNPKG

@togtokh.dev/tokipay

Version:

tokipay is a library for qpay payment gateway. It is a wrapper for axios and https module. It is a simple and easy-to-use library for tokipay payment gateway. It is a wrapper for axios and https module. It is a simple and easy-to-use library for tokipay p

19 lines (18 loc) 635 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.invoice = void 0; const auth_1 = require("./auth"); const invoice_1 = require("./invoice"); let merchant_id = null; const token = { third_party_token: "", spose_token: "", }; let host = ""; let hosts = { staging: "https://staging-apps.toki.mn", prod: " https://app.toki.mn", }; exports.default = { token, merchant_id, hosts, host, auth: auth_1.default, invoice: invoice_1.default }; var invoice_2 = require("./invoice"); Object.defineProperty(exports, "invoice", { enumerable: true, get: function () { return invoice_2.default; } });