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
i got some issue when i call jsonrpc function that have some parameter that should be array like bellow
{ "jsonrpc": "2.0", "method": "createShippingVendor", "params": { "kode": "ARB", "nama": "Angkatan RB", "keterangan": "pangakalan surabaya", "catatan": "bisa titip", "area": [ {"id": "5310", "keterangan": "di ruteng"}, {"id": "5315", "keterangan": "di labuan bajo"}, {"id": "5319", "keterangan": "di borong"} ] }, "id": 2392 }
and then it throws an error like this
{ "jsonrpc": "2.0", "id": 2392, "error": { "message": "Server Fatal Error", "code": -32603, "data": { "errorMessage": "Class \"\" does not exist: /home/user/project/vendor/netresearch/jsonmapper/src/JsonMapper.php at line 655" } } }
currently i'm using Laravel (9.x) for the frameworks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i got some issue when i call jsonrpc function that have some parameter that should be array like bellow
{ "jsonrpc": "2.0", "method": "createShippingVendor", "params": { "kode": "ARB", "nama": "Angkatan RB", "keterangan": "pangakalan surabaya", "catatan": "bisa titip", "area": [ {"id": "5310", "keterangan": "di ruteng"}, {"id": "5315", "keterangan": "di labuan bajo"}, {"id": "5319", "keterangan": "di borong"} ] }, "id": 2392 }
and then it throws an error like this
{ "jsonrpc": "2.0", "id": 2392, "error": { "message": "Server Fatal Error", "code": -32603, "data": { "errorMessage": "Class \"\" does not exist: /home/user/project/vendor/netresearch/jsonmapper/src/JsonMapper.php at line 655" } } }
currently i'm using Laravel (9.x) for the frameworks.
The text was updated successfully, but these errors were encountered: