-
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
feat: add dhl carriers #777
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mark-Ernst
previously approved these changes
Oct 4, 2023
joerivanveen
commented
Oct 4, 2023
wthijmen
previously approved these changes
Oct 5, 2023
Mark-Ernst
previously approved these changes
Oct 5, 2023
wthijmen
previously approved these changes
Oct 5, 2023
EdieLemoine
requested changes
Oct 17, 2023
EdieLemoine
previously approved these changes
Oct 18, 2023
private const SECOND_PART = 1; | ||
private const THIRD_PART = 2; | ||
private const FOURTH_PART = 3; | ||
private const CARRIERS_WITH_MAILBOX = [ |
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.
formatting
Mark-Ernst
previously approved these changes
Oct 18, 2023
wthijmen
approved these changes
Oct 19, 2023
Mark-Ernst
approved these changes
Oct 19, 2023
MyParcelBot
pushed a commit
that referenced
this pull request
Nov 10, 2023
## [4.11.0](v4.10.0...v4.11.0) (2023-11-10) ### ✨ New Features * add dhl carriers ([#777](#777)) ([6b64df9](6b64df9)) ### 🐛 Bug Fixes * **checkout:** consistently use correct package type for delivery options ([#782](#782)) ([85aa4c3](85aa4c3)) * **checkout:** fix for multiple shipping methods ([#779](#779)) ([1acffbc](1acffbc)) * **checkout:** restore payload extender functionality ([#775](#775)) ([15ffe5e](15ffe5e)) * **migration:** honor database table prefix ([#776](#776)) ([b327b90](b327b90)) * **new-shipment-form:** preselect correct carrier ([#780](#780)) ([cc1817c](cc1817c)) * **order-mode:** allow export with carrier specific options ([#781](#781)) ([6bef66b](6bef66b))
🎉 This PR is included in version 4.11.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.