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

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.
@@ -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",