react-native-razorpay-api
Version:
React native razorpay api.
20 lines (19 loc) • 652 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const payments_1 = __importDefault(require("./payments"));
class paymentLinks extends payments_1.default {
constructor() {
super(...arguments);
this.paymentLinks = {
get: this.payments.getLinks,
create: this.payments.cancelLink,
update: this.payments.updateLink,
cancel: this.payments.cancelLink
};
}
}
;
exports.default = paymentLinks;