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

Error in OneOfLabelRecoveryResponseLabelResults #12

Open
wpessential opened this issue Jan 12, 2024 · 1 comment
Open

Error in OneOfLabelRecoveryResponseLabelResults #12

wpessential opened this issue Jan 12, 2024 · 1 comment

Comments

@wpessential
Copy link

There is an issue with the OneOfLabelRecoveryResponseLabelResults class. The class lacks arguments to fetch or retrieve data from the response.

Here is the response from UPS Testing

{ "LabelRecoveryResponse": { "Response": { "ResponseStatus": { "Code": "1", "Description": "Success" }, "TransactionReference": { "CustomerContext": "testing" } }, "ShipmentIdentificationNumber": "1Z12345E8791315509", "LabelResults": { "TrackingNumber": "1Z12345E8791315509", "LabelImage": { "LabelImageFormat": { "Code": "PDF" }, "GraphicImage": "JVBERi0xLjMNJeLjz9MNCjIw=", "URL": "https://www.ups.com/uel/llp/1Z12345E8791315509/link/labelAll/XLBR/0uHrBtnAFwm4NRuUC7XNCqQ7Tb2RRs0D0oimIIqZ3Mse/en_US?loc=en_US&cie=true&pdr=false" }, "Receipt": { "Image": { "ImageFormat": { "Code": "PDF" }, "GraphicImage": "JVBERi0xLjMNJeLjz9MNCjEg" }, "URL": "https://www.ups.com/uel/llp/1Z12345E8791315509/link/receipt/XLBR/0uHrBtnAFwm4NRuUC7XNCqQ7Tb2RRs0D0oimIIqZ3Mse/en_US?loc=en_US&cie=true&pdr=false" } } } }

@DemigodCode
Copy link

Same as this:
#3

Waiting for UPS fix

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

No branches or pull requests

2 participants