|
Im getting this error every time that i try to send a request to Netsuite. Any idea why the package does not include this class? {"data":[],"errors":{"api":["Class "NetSuite\Classes\Passport" not found"]},"message":"Error retrieving record","status":"fail","success":false,"errorCode":0} |
Answered by
jrebs
Jan 18, 2023
Replies: 2 comments 3 replies
|
NetSuite dropped support for that authentication style in 2020 and as of 2021.0 release it was no longer a class provided with their toolkit. You could use an older version of the repository to still have that class available, but afaik it won't work because I think NetSuite doesn't support it any longer. |
3 replies
Answer selected by
jrebs
|
Yes, you were right, the configuration was wrong, now it's working. Thanks for everything. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

NetSuite dropped support for that authentication style in 2020 and as of 2021.0 release it was no longer a class provided with their toolkit. You could use an older version of the repository to still have that class available, but afaik it won't work because I think NetSuite doesn't support it any longer.