UNPKG

uni-pay-web

Version:

A lightweight library for processing online payments and generating invoices with Moyasar, providing seamless payment info retrieval as well developed by UNICODE Team.

8 lines (7 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var axios_1 = require("axios"); var apis_1 = require("./apis"); /** Axios client to make HTTP operations */ var axiosClient = axios_1.default.create({ baseURL: apis_1.default.moyasarUrl }); exports.default = axiosClient;