Open mfrederico opened 4 years ago
not sure how to submit pull requests on this project .. is this one dead too?
Nope, it's not dead.
Could you please point out the exact message that you receive?
go to MWSClient.php
and do a var_dump($e)
when catching the exception.
And also, please post your composer.json
PS: I'm not the maintainer, just trying to help.
@mfrederico @stefnats What if instead of checking the response message we check the response status code?
These are different approaches I have seen as well that have been made in the past 9 days:
Seems like MWS now comes back with:
The input you have submitted is not valid. Please check your input and try again.
Hello, I have the error described by @mewejo too! Did someone resolved?
The input you have submitted is not valid. Please check your input and try again.
I just submitted a PR to handle this better. I dont know if this package is still maintained. If not I plan on maintaining my fork here as I use this package for work: https://github.com/chrismeats/amazon-mws NOTE: readme is incorrect, make sure to set git URL to my fork if you plan to use that fork.
I am getting a response back: 'The input you have submitted is not valid. Please check your input and try again.'