@htmlbricks/hb-page-checkout 0.67.0 → 0.67.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/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
438
|
],
|
|
439
|
-
"iifeIntegrity": "sha384-
|
|
439
|
+
"iifeIntegrity": "sha384-lFazYww0tMN60omKDi/49wDtvNurAMkxB7vyS9ZNKMEtOZrBk8zsGmANG9qavMwg",
|
|
440
440
|
"dependencies": [
|
|
441
441
|
{
|
|
442
442
|
"name": "hb-checkout-shopping-cart",
|
|
@@ -727,5 +727,5 @@
|
|
|
727
727
|
"size": {},
|
|
728
728
|
"iifePath": "main.iife.js",
|
|
729
729
|
"repoName": "@htmlbricks/hb-page-checkout",
|
|
730
|
-
"version": "0.67.
|
|
730
|
+
"version": "0.67.1"
|
|
731
731
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-page-checkout",
|
|
3
|
-
"version": "0.67.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Checkout page layout that embeds the payment flow and shopping cart: left column uses hb-checkout (user, shipments, gateways, payment) and right column uses hb-checkout-shopping-cart. Recomputes line totals, tax, shipment fee, and payment total from JSON props; updates shipment selection internally and forwards paymentCompleted and saveUser to the host.",
|
|
6
6
|
"licenses": [
|