@nuskin/product-components 3.18.3-gms-11721.1 → 3.18.3-gms-11721.2

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.
@@ -935,9 +935,9 @@ export default {
935
935
  ) {
936
936
  const selectedQuantity = availability.selectedQuantity || 0;
937
937
  if (selectedQuantity > 0) {
938
- const price = availability.addToAdr
939
- ? availability.adrPrice
940
- : availability.price || 0;
938
+ const price = availability.addToCart
939
+ ? availability.price
940
+ : availability.adrPrice || 0;
941
941
 
942
942
  totalPrice += price * selectedQuantity;
943
943
  this.totalProductQuantity += selectedQuantity;
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.18.3-gms-11721.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.2...v3.18.3-gms-11721.1) (2025-07-25)
1
+ ## [3.18.3-gms-11721.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.3-gms-11721.1...v3.18.3-gms-11721.2) (2025-07-30)
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:5ba52809-758f-4177-ac74-d35f07a4a2ee",
4
+ "serialNumber": "urn:uuid:51784fc1-8db0-4de6-821d-2b343a4cc5b5",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-07-25T08:52:37Z",
7
+ "timestamp": "2025-07-30T16:09:49Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.18.3-gms-11721.1",
3
+ "version": "3.18.3-gms-11721.2",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {