jmagne
jmagne
Offline
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::process_payment()
Message type is populated in the variable $type but never used.
$this->setRedirect($link, $text);

should be
$this->setRedirect($link, $text, $type);
Responses (1)
  • Accepted Answer

    Gagik
    Gagik
    Offline
    Sunday, December 20 2020, 03:18 PM - #Permalink
    0
    Have you fixed this for you? I am also getting a wrong message while the payment is actually completed. I am only using PayPal plugin and I am doing live payments not test ones.
    The reply is currently minimized Show
Your Reply