-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Update ShippingService.php #753
Conversation
RequiresAdditionalSellerInputs is not always present in response, so allow nulled value
You edited a file that is auto generated. Have a look at this pull request: #741 It's explained in the contributing.md. |
remove required parameter requiresAdditionalSellerInputs
Add removal of requirement "RequiresAdditionalSellerInputs" to modifications json
Thank you @KhorneHoly for stating out that dependency. I changed like in your PR both json files as well. Hope the change is complete in that way?! |
@simonsolutions this looks good. It looks like you modified the JSON schema file directly and then added the modification to the
|
In which configuration do you run these commands, within my project the console command is not found and on a separate folder for the repo the autoload is not found. |
Are you in the root project directory for your fork of this repo when you run the commands? |
I tried both, my project root and the fork's root directory |
Can you show me the error you're getting? |
In my project root (this library added)
and in the library's root:
|
It looks like you're trying to run the command from inside this library's folder in the Also, without doing that, you can't run the tests, linter, etc, which means that you can't fully check that your changes are valid before you commit them. There's more details on how to contribute in the contributor guide. |
I tested this myself. Merging. |
RequiresAdditionalSellerInputs is not always present in response, so allow nulled value