- Issue created by @djg_tram
It looks more like a bug to me... If there's a declined payment, TransactionHandlerService::handleResponseError() logs it, calls the event handler and then, unlike the other handlers, throws an exception. This doesn't seem to be caught anywhere, results in a PHP error log and a message from Payrexx about error in the webhook. Is throwing an exception really the intended behavior here?
Active
2.0
Code