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