Comparing version 1.0.0 to 1.0.1
@@ -188,2 +188,9 @@ 'use strict'; | ||
/** | ||
* decrypt result before it returned | ||
* @param result | ||
* @returns {*} | ||
*/ | ||
DESMerchantClient.prototype.decryptResult = function decryptResult(result) { | ||
@@ -190,0 +197,0 @@ var _this5 = this; |
@@ -174,2 +174,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
/** | ||
* decrypt result before it returned | ||
* @param result | ||
* @returns {*} | ||
*/ | ||
DESMerchantClient.prototype.decryptResult = function decryptResult(result) { | ||
@@ -176,0 +183,0 @@ var _this5 = this; |
{ | ||
"name": "des-sdk", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"keywords": [ | ||
"gxs", | ||
"des", | ||
"sdk", | ||
"data exchange" | ||
], | ||
"main": "./dist/index.js", | ||
@@ -6,0 +12,0 @@ "scripts": { |
38376
733