-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add Api::CouponCodesController#destroy endpoint #3047
Add Api::CouponCodesController#destroy endpoint #3047
Conversation
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.
Left some comments, thanks @aitbw !
340c773
to
c34f1dd
Compare
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.
Looks great other than my one comment.
c34f1dd
to
25e89a4
Compare
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 @aitbw 🍰
Thanks @aitbw !!!! 🎉 |
Description
This PR aims to close #1641 by adding a new API endpoint to the
CouponCodesController
to remove coupon codes from orders.Said endpoint wasn't added to
CouponCodesController
underfrontend/
, but could be added if necessary.Thanks to @flyfy1, @mtomov, and @loicginoux for their contributions on how to implement this, much appreciated! 🙌 🙇♂️
Checklist: