@fractalpay/fractalpay-next-dev 0.0.291 → 0.0.292
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 -3
- 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.292",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -12332,10 +12332,10 @@ var EmbeddedCheckout = ({
|
|
|
12332
12332
|
}
|
|
12333
12333
|
};
|
|
12334
12334
|
useEffect18(() => {
|
|
12335
|
-
if (
|
|
12335
|
+
if (autoTrigger && isPartial && partialRef) {
|
|
12336
12336
|
getskyosOrderDetails();
|
|
12337
12337
|
}
|
|
12338
|
-
}, [
|
|
12338
|
+
}, [autoTrigger, isPartial, partialRef]);
|
|
12339
12339
|
console.log(onLoad, "onLoad");
|
|
12340
12340
|
useEffect18(() => {
|
|
12341
12341
|
const supported = !!window.ApplePaySession;
|