We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Fix DeliveryInformation status enum values (#3)
ac16d42
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.
v1.1.0
Sorry, something went wrong.
No branches or pull requests
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
Btw, real response delivery status is
DELIVERY_STATUS_NOT_DELIVERED = 'NOT_DELIVERED'
DELIVERY_STATUS_NOT_AVAILABLE = 'NOT_AVAILABLE'
How can fix this?
The text was updated successfully, but these errors were encountered: