Skip to content
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 voidTracking(trackingNumber) method #2

Merged
merged 13 commits into from
Jan 10, 2019
Merged

add voidTracking(trackingNumber) method #2

merged 13 commits into from
Jan 10, 2019

Conversation

javamatte
Copy link
Member

Add support (tests, readme, code) for the voidTracking endpoint.

@coveralls
Copy link

coveralls commented Nov 5, 2018

Pull Request Test Coverage Report for Build 64

  • 34 of 34 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 56: 0.0%
Covered Lines: 76
Relevant Lines: 76

💛 - Coveralls

client.js Outdated
return callback(err);
}

if (res.statusCode !== 200 && res.statusCode !== 404) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure you want to hide 404 errors here?

Suggested change
if (res.statusCode !== 200 && res.statusCode !== 404) {
if (res.statusCode !== 200) {

@freshlogic freshlogic merged commit 6d2fe42 into master Jan 10, 2019
@freshlogic freshlogic deleted the voidTracking branch January 10, 2019 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants