-
Notifications
You must be signed in to change notification settings - Fork 27
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
fix: make shipmentOptions and pickupLocation properties snake_case for backwards compatibility #481
fix: make shipmentOptions and pickupLocation properties snake_case for backwards compatibility #481
Conversation
…wards compatibility
4cc83aa
to
a72bfc4
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #481 +/- ##
============================================
+ Coverage 58.88% 59.21% +0.33%
- Complexity 1807 1810 +3
============================================
Files 112 110 -2
Lines 4295 4293 -2
============================================
+ Hits 2529 2542 +13
+ Misses 1766 1751 -15 ☔ View full report in Codecov by Sentry. |
## [7.13.1](v7.13.0...v7.13.1) (2024-04-22) ### 🐛 Bug Fixes * make shipmentOptions and pickupLocation properties snake_case for backwards compatibility ([#481](#481)) ([f4ec38d](f4ec38d))
🎉 This PR is included in version 7.13.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
INT-449