@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 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://sky-node-prod.fractalpay.com/";
175
- var baseUrl = "https://widget-prod.fractalpay.com/";
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://sky-node-prod.fractalpay.com/";
138
- var baseUrl = "https://widget-prod.fractalpay.com/";
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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fractalpay/fractalpay-next-test",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",