alma-php-client
alma-php-client copied to clipboard
Error messages are not showing up
If there is an error during an API call, error messages are empty.
While trying to call $alma->payments->create() (and not $alma->payments->createPayment() as it is suggested in your README), I got an error thrown at me, but without a message. I had to dig to the exec() function in your Request class to find the error message.
same for me