-
Notifications
You must be signed in to change notification settings - Fork 0
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
Uncaught Error: Class "PaypalServerSDKLib\PaypalServerSDKClientBuilder" not found #4
Comments
Hey there, thanks for reaching out. It appears that this is being caused by the SDK not being properly installed as a dependency. Can you run If you continue to run into errors, please let us know. |
Hi, same result :( |
Hey @alisacorporation, apologies this went unanswered for a bit. I believe this might be an edge case related to the case-sensitive nature of your filesystem and a change we made to the SDK. Can you try adjusting your use statement for the client builder to |
Hi, not problem. I have replaced all Waiting for fix it for Linux users. Thank you! |
Hello, "solved" modifing my composer.json:
This way you have not to edit file under vendor folder waiting for the fix. |
Hello, I am also getting this issue:
EDITGotta SDK to Sdk everything. Fixed now.
|
We recently released I'd definitely like to know if anyone here is able to test this version out, without the fixes and work arounds proposed here, and confirm if this resolves the problem. |
I have deleted vendor folder & package.json require, than require server-sdk package again so I get 0.6.0 version, updated composer, deleted all use namespaces in my code and reimported again with IDE and seems it works! Thanks! |
hi all, wanted to try to run example and got error:
Here is the code
php: PHP 8.3.11 / linux manjaro
The text was updated successfully, but these errors were encountered: