0
After a payment is completed, the message is not displayed with the correct type.
In the controller.php file, you have the function
InvoicesController:rocess_payment()
Message type is populated in the variable $type but never used.
should be
In the controller.php file, you have the function
InvoicesController:rocess_payment()
Message type is populated in the variable $type but never used.
$this->setRedirect($link, $text);
should be
$this->setRedirect($link, $text, $type);
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »