-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from firstof9/bug-fixes-1
Fixed math on delivering package count
- Loading branch information
Showing
2 changed files
with
52 additions
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
## Breaking change | ||
<!-- | ||
If your PR contains a breaking change for existing users, it is important | ||
to tell them what breaks, how to make it work again and why we did this. | ||
This piece of text is published with the release notes, so it helps if you | ||
write it towards our users, not us. | ||
Note: Remove this section if this PR is NOT a breaking change. | ||
--> | ||
|
||
|
||
## Proposed change | ||
<!-- | ||
Describe the big picture of your changes here to communicate to the | ||
maintainers why we should accept this pull request. If it fixes a bug | ||
or resolves a feature request, be sure to link to that issue in the | ||
additional information section. | ||
--> | ||
|
||
|
||
## Type of change | ||
<!-- | ||
What type of change does your PR introduce? | ||
NOTE: Please, check only 1! box! | ||
If your PR requires multiple boxes to be checked, you'll most likely need to | ||
split it into multiple PRs. This makes things easier and faster to code review. | ||
--> | ||
|
||
- [ ] Dependency upgrade | ||
- [ ] Bugfix (non-breaking change which fixes an issue) | ||
- [ ] New feature (which adds functionality to an existing integration) | ||
- [ ] Breaking change (fix/feature causing existing functionality to break) | ||
- [ ] Code quality improvements to existing code or addition of tests | ||
|
||
## Additional information | ||
<!-- | ||
Details are important, and help maintainers processing your PR. | ||
Please be sure to fill out additional details, if applicable. | ||
--> | ||
|
||
- This PR fixes or closes issue: fixes # | ||
- This PR is related to issue: |
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