@rettersoft/rbs-node-sdk
Advanced tools
Comparing version
@@ -127,3 +127,3 @@ "use strict"; | ||
var _a; | ||
return ((_a = _this.clientConfig) === null || _a === void 0 ? void 0 : _a.platform) ? _this.clientConfig.platform : 'WEB'; | ||
return ((_a = _this.clientConfig) === null || _a === void 0 ? void 0 : _a.platform) ? _this.clientConfig.platform : 'NODEJS'; | ||
}; | ||
@@ -147,3 +147,3 @@ this.post = function (url, action, tokenData) { | ||
} | ||
params.platform = 'NODEJS'; | ||
params.platform = _this.getPlatform(); | ||
console.log('params', params); | ||
@@ -150,0 +150,0 @@ _this |
{ | ||
"name": "@rettersoft/rbs-node-sdk", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Nodejs sdk for retter business services", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
60757
0.05%