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
How do I reference the use statements if selling-partner-api is installed in a parent directory?
use
I'm trying the quickstart code but it's not working.
PHP Fatal error: Uncaught Error: Class "SellingPartnerApi\Endpoint" not found
require_once(__DIR__ . '../../../../../../vendor/autoload.php'); use SellingPartnerApi\Api\SellersV1Api as SellersApi; use SellingPartnerApi\Configuration; use SellingPartnerApi\Endpoint; $config = new Configuration(...);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem description:
How do I reference the
use
statements if selling-partner-api is installed in a parent directory?I'm trying the quickstart code but it's not working.
Error:
Code
The text was updated successfully, but these errors were encountered: