@fractalpay/fractalpay-next-dev 0.0.292 → 0.0.293
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 +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
"package.json"(exports, module) {
|
|
40
40
|
module.exports = {
|
|
41
41
|
name: "@fractalpay/fractalpay-next-dev",
|
|
42
|
-
version: "0.0.
|
|
42
|
+
version: "0.0.293",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -236,8 +236,9 @@ var Loader_default = Loader;
|
|
|
236
236
|
var { name } = require_package();
|
|
237
237
|
var S3Url = "https://fractal-userdata-upload.s3.us-east-1.amazonaws.com/";
|
|
238
238
|
if (name === "@fractalpay/fractalpay-next-dev") {
|
|
239
|
-
masterBaseUrl = "https://api.dev.fractalpay.com/";
|
|
240
239
|
baseUrl = "https://widget.dev.fractalpay.com/";
|
|
240
|
+
baseUrl = "http://192.168.1.64:8083/";
|
|
241
|
+
masterBaseUrl = "http://192.168.1.64:8082/";
|
|
241
242
|
fractalGatewayUrl = "https://api-dev.merchant-trends.com/";
|
|
242
243
|
datacapUrl = "https://token-cert.dcap.com/v1/client";
|
|
243
244
|
threedsSecurePublicKey = "pk_test_51RH5Wc2SlJvyNZ80hpUDy88r4rVdpijfKbNaWaUyQEE6rOrPmG2JQyAj7G5amBD5z5daC56WaeT4jfNhrrPcGOEP00UyKu6AOw";
|