@anker-in/shopify-react 1.1.1 → 1.1.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.
@@ -2162,7 +2162,8 @@ function useAddToCart({ withTrack = true } = {}, swrOptions) {
2162
2162
  applyCartCodes,
2163
2163
  removeInvalidCodes,
2164
2164
  addCustomAttributes,
2165
- config
2165
+ config,
2166
+ cartAttributes
2166
2167
  ]
2167
2168
  );
2168
2169
  return useSWRMutation("add-to-cart", addToCart, swrOptions);