@hachther/mesomb
Version:
JS client for browser to perform mobile payment operation with MeSomb
13 lines (12 loc) • 363 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var Settings = /** @class */ (function () {
function Settings() {
}
Settings.HOST = 'https://mesomb.hachther.com';
Settings.ALGORITHM = 'HMAC-SHA1';
Settings.APIVERSION = 'v1.1';
Settings.VERSION = '1.1.0';
return Settings;
}());
exports.default = Settings;
;