we have a gateway that set a error if returned from the gateway and set it to the returned data, but blesta is not showing the returned error .
i have made a simple test and made the buildprocess return a error, but blesta client side is not showing it when the client want to pay with that gateway.
Question
Blesta Addons
we have a gateway that set a error if returned from the gateway and set it to the returned data, but blesta is not showing the returned error .
i have made a simple test and made the buildprocess return a error, but blesta client side is not showing it when the client want to pay with that gateway.
$this->Input->setErrors($this->getCommonError('invalid')); return;
is blesta not showing the returned errors in process view, or we have missed something ?
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.