-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Invalid value '' for 'responsible_party', must be one of 'AMAZON SERVICES, INC.', 'AMAZON COMMERCIAL SERVICES PTY LTD' #813
Comments
Are you on the latest v5 release, |
It looks like Problem 1
- Root composer.json requires jlevers/selling-partner-api ^5.10.3 -> satisfiable by jlevers/selling-partner-api[5.10.3].
- Root composer.json requires roave/security-advisories dev-latest -> satisfiable by roave/security-advisories[dev-latest].
- jlevers/selling-partner-api 5.10.3 requires phpoffice/phpspreadsheet 1.25.2 -> satisfiable by phpoffice/phpspreadsheet[1.25.2].
- roave/security-advisories dev-latest conflicts with phpoffice/phpspreadsheet 1.25.2. You will have to bump the version of This is blocking everyone who has That package has some nasty vulnerabilities: https://github.com/PHPOffice/PhpSpreadsheet/security/advisories I appreciate your efforts on this. |
Unfortunately the next This is also a distinct issue from the original one; I think it deserves a specific issue, at the very least for visibility: this change would leave people who need php 7.3 stranded. I notice that php v7.3 is already EOL'd, so this is old enough that I don't feel completely uncomfortable dropping support for that version. Would you be kind enough to open a PR updating this package and updating the required php version to something more recent? Just removing the library version fix should be enough to get the package going, but testing it out and determining the php version required is a little bit more legwork. |
Also, FWIW, if you upgrade to v7 this set of problems will go away entirely. |
I have the same problem, I am using version V5.10.3. If it is solved, can you tell me how to solve it? |
If it is V5.10.3, how to solve it? My PHP version cannot be upgraded to PHP8.0 or above for the time being. Thank you |
Problem description:
Error when setting the responsible party.
On a response from Amazon, they pass an empty string as the responsible party.
Because an empty string is not an allowable value for a party name, the an exception is thrown.
Please make an empty string not error for the responsible party.
Error:
Code
selling-partner-api/lib/Model/OrdersV0/TaxCollection.php:265
The text was updated successfully, but these errors were encountered: