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

Delivery Information error #3

Closed
brightherodev opened this issue Apr 24, 2023 · 1 comment
Closed

Delivery Information error #3

brightherodev opened this issue Apr 24, 2023 · 1 comment

Comments

@brightherodev
Copy link

Thanks for your package. Your package is very useful for Amazon Business api.
I found one issue in delivery information type.

In https://github.com/highsidelabs/amazon-business-api/blob/main/lib/Model/ReportingV20210108/DeliveryInformation.php

const DELIVERY_STATUS_DELIVERED = 'DELIVERED';
const DELIVERY_STATUS_NOT_DELIVERED = 'NOT DELIVERED';
const DELIVERY_STATUS_NOT_AVAILABLE = 'NOT AVAILABLE';

Btw, real response delivery status is
DELIVERY_STATUS_NOT_DELIVERED = 'NOT_DELIVERED'
DELIVERY_STATUS_NOT_AVAILABLE = 'NOT_AVAILABLE'

How can fix this?

@jlevers
Copy link
Contributor

jlevers commented May 31, 2023

Sorry for the slow response -- I had forgotten to turn on issue notifications for this repo. Your issue should be fixed in v1.1.0.

@jlevers jlevers closed this as completed May 31, 2023
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