@anker-in/shopify-react 0.1.1-beta.53 → 0.1.1-beta.55

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.
@@ -1089,7 +1089,7 @@ function useCalcGiftsFromLines({
1089
1089
  attributes: [
1090
1090
  {
1091
1091
  key: scriptGiveawayKey,
1092
- value: "true"
1092
+ value: scriptGiveawayKey
1093
1093
  }
1094
1094
  ]
1095
1095
  };
@@ -1256,7 +1256,7 @@ function getCartAttributes({
1256
1256
  },
1257
1257
  {
1258
1258
  key: "_member_type",
1259
- value: memberType ?? String(profile?.memberType)
1259
+ value: memberType ?? String(profile?.memberType ?? 0)
1260
1260
  },
1261
1261
  {
1262
1262
  key: "_user_type",