@htmlbricks/hb-page-checkout 0.68.7 → 0.68.8
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
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
],
|
|
569
|
-
"iifeIntegrity": "sha384-
|
|
569
|
+
"iifeIntegrity": "sha384-TWitAIzaD1plCzoEAMkXJpR+DsCgGFPIHApl7pd/Trj691z2bnybwoTeA4UszC7V",
|
|
570
570
|
"dependencies": [
|
|
571
571
|
{
|
|
572
572
|
"name": "hb-checkout-shopping-cart",
|
|
@@ -857,5 +857,5 @@
|
|
|
857
857
|
"size": {},
|
|
858
858
|
"iifePath": "main.iife.js",
|
|
859
859
|
"repoName": "@htmlbricks/hb-page-checkout",
|
|
860
|
-
"version": "0.68.
|
|
860
|
+
"version": "0.68.8"
|
|
861
861
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-page-checkout",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.8",
|
|
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": [
|