@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.
@@ -1080,7 +1080,7 @@ function useCalcGiftsFromLines({
1080
1080
  attributes: [
1081
1081
  {
1082
1082
  key: scriptGiveawayKey,
1083
- value: "true"
1083
+ value: scriptGiveawayKey
1084
1084
  }
1085
1085
  ]
1086
1086
  };
@@ -1247,7 +1247,7 @@ function getCartAttributes({
1247
1247
  },
1248
1248
  {
1249
1249
  key: "_member_type",
1250
- value: memberType ?? String(profile?.memberType)
1250
+ value: memberType ?? String(profile?.memberType ?? 0)
1251
1251
  },
1252
1252
  {
1253
1253
  key: "_user_type",