-
Notifications
You must be signed in to change notification settings - Fork 0
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(webhooks): link shipment to order #327
feat(webhooks): link shipment to order #327
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #327 +/- ##
=========================================
Coverage 96.68% 96.69%
- Complexity 1716 1721 +5
=========================================
Files 319 319
Lines 5820 5835 +15
=========================================
+ Hits 5627 5642 +15
Misses 193 193 ☔ View full report in Codecov by Sentry. |
ad191e7
to
ad6cb92
Compare
Commit message covers the end-user feature but not really the changes in this repo. Suggest to change it to (as I understand these changes, please correct if not right)
|
d54b1f1
to
5f869e2
Compare
## [2.48.0](v2.47.2...v2.48.0) (2024-12-17) ### ✨ New Features * **webhooks:** link shipment to order ([#327](#327)) ([e61fc9d](e61fc9d))
🎉 This PR is included in version 2.48.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Allows showing shipment details including barcode in order mode, when label is printed in backoffice.
INT-627