cashbill
Version:
A TypeScript library for making payments through CashBill gateway.
8 lines (7 loc) • 388 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var NotificationCommand;
(function (NotificationCommand) {
NotificationCommand["TRANSACTION_STATUS_CHANGED"] = "transactionStatusChanged";
NotificationCommand["VERIFICATION_FINISHED"] = "verificationFinished";
})(NotificationCommand = exports.NotificationCommand || (exports.NotificationCommand = {}));