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.

17 lines (16 loc) 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Apis = /** @class */ (function () { function Apis() { } /** payments [end-point] */ Apis.payments = function (id) { return "/payments/".concat(id); }; /** Base URL */ Apis.moyasarUrl = "https://api.moyasar.com/v1"; /** invoices [end-point] */ Apis.invoices = "/invoices"; return Apis; }()); exports.default = Apis;