-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(hydrogen-react): include applicable
in discountCode in default…
#1040
Conversation
…CartFragment The `useCart` hook from hydrogen-react uses the defaultCartFragment if not specified otherwise. Developers, when using discountCodes, will often want to know is the code is valid.
Thanks! please add a changeset for |
@juanpprieto signed the CLA and added a changeset, let me know if I need to make other changes! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@juanpprieto Hey, I'm seeing errors in the gh actions but can't seem to see the error, anything I need to change? |
yes, I noticed. I'm trying to figure out what's up. You all good, we'll take it from here 🙏🏼 |
It's just Oxygen deployment failed to load because this is a external contribute PR - merging |
#1040) * feat(hydrogen-react): include `applicable` in discountCode in defaultCartFragment The `useCart` hook from hydrogen-react uses the defaultCartFragment if not specified otherwise. Developers, when using discountCodes, will often want to know is the code is valid.
Shopify#1040) * feat(hydrogen-react): include `applicable` in discountCode in defaultCartFragment The `useCart` hook from hydrogen-react uses the defaultCartFragment if not specified otherwise. Developers, when using discountCodes, will often want to know is the code is valid.
…CartFragment
The
useCart
hook from hydrogen-react uses the defaultCartFragment if not specified otherwise.Developers, when using discountCodes, often want to know is the code is valid.
Checklist