@dj-test/payment-sdk 1.0.4 → 1.0.5
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.
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -85,11 +85,11 @@ declare const API_ENDPOINTS: {
|
|
|
85
85
|
};
|
|
86
86
|
declare const ENVIRONMENT_URLS: {
|
|
87
87
|
readonly production: "http://112.148.141.72:12345";
|
|
88
|
-
readonly sandbox: "http://
|
|
88
|
+
readonly sandbox: "http://112.148.141.72:12345";
|
|
89
89
|
};
|
|
90
90
|
declare const PAYMENT_DOMAINS: {
|
|
91
|
-
readonly production: "http://112.148.141.72:
|
|
92
|
-
readonly sandbox: "http://
|
|
91
|
+
readonly production: "http://112.148.141.72:13579";
|
|
92
|
+
readonly sandbox: "http://112.148.141.72:13579";
|
|
93
93
|
};
|
|
94
94
|
declare const DEFAULT_TIMEOUT = 30000;
|
|
95
95
|
declare const ORDER_EXPIRY_MINUTES = 30;
|
package/dist/index.d.ts
CHANGED
|
@@ -85,11 +85,11 @@ declare const API_ENDPOINTS: {
|
|
|
85
85
|
};
|
|
86
86
|
declare const ENVIRONMENT_URLS: {
|
|
87
87
|
readonly production: "http://112.148.141.72:12345";
|
|
88
|
-
readonly sandbox: "http://
|
|
88
|
+
readonly sandbox: "http://112.148.141.72:12345";
|
|
89
89
|
};
|
|
90
90
|
declare const PAYMENT_DOMAINS: {
|
|
91
|
-
readonly production: "http://112.148.141.72:
|
|
92
|
-
readonly sandbox: "http://
|
|
91
|
+
readonly production: "http://112.148.141.72:13579";
|
|
92
|
+
readonly sandbox: "http://112.148.141.72:13579";
|
|
93
93
|
};
|
|
94
94
|
declare const DEFAULT_TIMEOUT = 30000;
|
|
95
95
|
declare const ORDER_EXPIRY_MINUTES = 30;
|
package/dist/index.js
CHANGED
|
@@ -89,11 +89,11 @@ var API_ENDPOINTS = {
|
|
|
89
89
|
};
|
|
90
90
|
var ENVIRONMENT_URLS = {
|
|
91
91
|
production: "http://112.148.141.72:12345",
|
|
92
|
-
sandbox: "http://
|
|
92
|
+
sandbox: "http://112.148.141.72:12345"
|
|
93
93
|
};
|
|
94
94
|
var PAYMENT_DOMAINS = {
|
|
95
|
-
production: "http://112.148.141.72:
|
|
96
|
-
sandbox: "http://
|
|
95
|
+
production: "http://112.148.141.72:13579",
|
|
96
|
+
sandbox: "http://112.148.141.72:13579"
|
|
97
97
|
};
|
|
98
98
|
var DEFAULT_TIMEOUT = 3e4;
|
|
99
99
|
var ORDER_EXPIRY_MINUTES = 30;
|
package/dist/index.mjs
CHANGED
|
@@ -12,11 +12,11 @@ var API_ENDPOINTS = {
|
|
|
12
12
|
};
|
|
13
13
|
var ENVIRONMENT_URLS = {
|
|
14
14
|
production: "http://112.148.141.72:12345",
|
|
15
|
-
sandbox: "http://
|
|
15
|
+
sandbox: "http://112.148.141.72:12345"
|
|
16
16
|
};
|
|
17
17
|
var PAYMENT_DOMAINS = {
|
|
18
|
-
production: "http://112.148.141.72:
|
|
19
|
-
sandbox: "http://
|
|
18
|
+
production: "http://112.148.141.72:13579",
|
|
19
|
+
sandbox: "http://112.148.141.72:13579"
|
|
20
20
|
};
|
|
21
21
|
var DEFAULT_TIMEOUT = 3e4;
|
|
22
22
|
var ORDER_EXPIRY_MINUTES = 30;
|