@fractalpay/fractalpay-next-test 0.0.2 → 0.0.3
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.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -171,8 +171,8 @@ var Loader_default = Loader;
|
|
|
171
171
|
|
|
172
172
|
// src/app/components/baseurl.ts
|
|
173
173
|
var fractalGatewayUrl = "https://api-dev.merchant-trends.com/";
|
|
174
|
-
var masterBaseUrl = "https://
|
|
175
|
-
var baseUrl = "https://widget
|
|
174
|
+
var masterBaseUrl = "https://testapi.fractalpay.com/";
|
|
175
|
+
var baseUrl = "https://staging-widget.fractalpay.com/";
|
|
176
176
|
|
|
177
177
|
// src/app/components/Errortext.ts
|
|
178
178
|
var ErrorText = {
|
package/dist/index.mjs
CHANGED
|
@@ -134,8 +134,8 @@ var Loader_default = Loader;
|
|
|
134
134
|
|
|
135
135
|
// src/app/components/baseurl.ts
|
|
136
136
|
var fractalGatewayUrl = "https://api-dev.merchant-trends.com/";
|
|
137
|
-
var masterBaseUrl = "https://
|
|
138
|
-
var baseUrl = "https://widget
|
|
137
|
+
var masterBaseUrl = "https://testapi.fractalpay.com/";
|
|
138
|
+
var baseUrl = "https://staging-widget.fractalpay.com/";
|
|
139
139
|
|
|
140
140
|
// src/app/components/Errortext.ts
|
|
141
141
|
var ErrorText = {
|