@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.
@@ -2171,7 +2171,8 @@ function useAddToCart({ withTrack = true } = {}, swrOptions) {
2171
2171
  applyCartCodes,
2172
2172
  removeInvalidCodes,
2173
2173
  addCustomAttributes,
2174
- config
2174
+ config,
2175
+ cartAttributes
2175
2176
  ]
2176
2177
  );
2177
2178
  return useSWRMutation__default.default("add-to-cart", addToCart, swrOptions);