@konplit-services/common 1.0.373 → 1.0.374

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  export declare enum REFUND_STATUS {
2
- SUCCESS = "SUCCESS",
2
+ COMPLETED = "COMPLETED",
3
3
  DECLINED = "DECLINED",
4
4
  PROCESSING = "PROCESSING",
5
5
  PENDING = "PENDING",
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.REFUND_CHANNEL = exports.REFUND_TYPE = exports.REFUND_STATUS_INTERSWITCH = exports.REFUND_STATUS = void 0;
4
4
  var REFUND_STATUS;
5
5
  (function (REFUND_STATUS) {
6
- REFUND_STATUS["SUCCESS"] = "SUCCESS";
6
+ REFUND_STATUS["COMPLETED"] = "COMPLETED";
7
7
  REFUND_STATUS["DECLINED"] = "DECLINED";
8
8
  REFUND_STATUS["PROCESSING"] = "PROCESSING";
9
9
  REFUND_STATUS["PENDING"] = "PENDING";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.373",
3
+ "version": "1.0.374",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",