@kiva/kv-shop 1.8.0 → 1.8.1
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/checkoutStatus.cjs +2 -1
- package/dist/checkoutStatus.js +1 -1
- package/dist/{chunk-ZBQCRZHQ.js → chunk-KCYKBLIB.js} +1 -1
- package/dist/{chunk-UIWDTSJN.js → chunk-P62MSJJ3.js} +2 -1
- package/dist/index.cjs +2 -1
- package/dist/index.js +2 -2
- package/dist/oneTimeCheckout.cjs +2 -1
- package/dist/oneTimeCheckout.js +2 -2
- package/package.json +2 -2
package/dist/checkoutStatus.cjs
CHANGED
package/dist/checkoutStatus.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -430,7 +430,8 @@ async function getCheckoutStatus({ apollo, transactionSagaId }) {
|
|
|
430
430
|
variables: {
|
|
431
431
|
transactionId: transactionSagaId,
|
|
432
432
|
visitorId: getVisitorID()
|
|
433
|
-
}
|
|
433
|
+
},
|
|
434
|
+
fetchPolicy: "network-only"
|
|
434
435
|
});
|
|
435
436
|
}
|
|
436
437
|
async function pollForFinishedCheckout({
|
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
} from "./chunk-FCAOCO7O.js";
|
|
25
25
|
import {
|
|
26
26
|
executeOneTimeCheckout
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-KCYKBLIB.js";
|
|
28
28
|
import {
|
|
29
29
|
getCheckoutTrackingData,
|
|
30
30
|
getFTDStatus,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
import {
|
|
54
54
|
getCheckoutStatus,
|
|
55
55
|
pollForFinishedCheckout
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-P62MSJJ3.js";
|
|
57
57
|
import "./chunk-TPJPGUO7.js";
|
|
58
58
|
import "./chunk-LZ4UMRCV.js";
|
|
59
59
|
export {
|
package/dist/oneTimeCheckout.cjs
CHANGED
package/dist/oneTimeCheckout.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executeOneTimeCheckout
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-KCYKBLIB.js";
|
|
4
4
|
import "./chunk-2NBRXSIM.js";
|
|
5
5
|
import "./chunk-JBQ2KNMP.js";
|
|
6
6
|
import "./chunk-CBJJUUVR.js";
|
|
7
7
|
import "./chunk-2NC7LGGO.js";
|
|
8
8
|
import "./chunk-4ODZGLWK.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-P62MSJJ3.js";
|
|
10
10
|
import "./chunk-TPJPGUO7.js";
|
|
11
11
|
import "./chunk-LZ4UMRCV.js";
|
|
12
12
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-shop",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"optional": true
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "f0146000566b21af298060b078d4effe67773489"
|
|
58
58
|
}
|