-
Notifications
You must be signed in to change notification settings - Fork 22
49 ups rest api #50
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
Open
icyavocado
wants to merge
14
commits into
pullingshots:master
Choose a base branch
from
icyavocado:49-ups-rest-api
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
49 ups rest api #50
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
6b8673a
[#49] remove WSDL
icyavocado f862d8b
[#49] add UPS API wrapper
icyavocado 8162340
[#49] update Shipment::UPS to use the Shipment::UPS::API
icyavocado 22a5e53
[#49] update track sub using the API
icyavocado 65f2833
[#49] update xav sub using UPS API
icyavocado a3f1cfb
[#49] update xav response access
icyavocado 0b26df5
[#49] update test to use the new api
icyavocado c09f588
[#49] fix coerce_datetime wasnt export via Shipment::Base, but import…
icyavocado fdbedeb
[#49] tmpdir is not exported, so we cant import it here
icyavocado 4403562
[#49] check $self->bill_address before using the variable
icyavocado b5ecdcf
[#49] fix indentation
icyavocado 315291f
[#49] die with shorter error, if one provided
icyavocado 00044f0
[#49] fix repeating error string
icyavocado 96947f1
[#49] fix to support cancel shipment with multiple tracking ids
icyavocado File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
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.
Curious why adding this was required?
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.
Running test in perl 5.40, I got a few complain about function not exported, therefor not usable.
This seem like a new error came from Perl.