@fractalpay/fractalpay-next-dev 0.0.291 → 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 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.291",
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";
@@ -12332,10 +12333,10 @@ var EmbeddedCheckout = ({
12332
12333
  }
12333
12334
  };
12334
12335
  useEffect18(() => {
12335
- if (show && isPartial && partialRef) {
12336
+ if (autoTrigger && isPartial && partialRef) {
12336
12337
  getskyosOrderDetails();
12337
12338
  }
12338
- }, [show, isPartial, partialRef]);
12339
+ }, [autoTrigger, isPartial, partialRef]);
12339
12340
  console.log(onLoad, "onLoad");
12340
12341
  useEffect18(() => {
12341
12342
  const supported = !!window.ApplePaySession;