I have made an Invoice payment plugin from the check payment plugin.
Just changed the name and references to invoice instead of check.
It works as expected except for the plugins _end-page that will not show the $amount and the $order_number.
$information is shown properly.
I checked with var_dump($order) and the values for order_number is there and everything else.
The code for onAfterOrderConfirm function is exactly the same for my invoice.php as in the check.php.
With the payment method check the $amount and $order_number works.
Could you please check and see why this isn't working?
This attachment is hidden for guests.
Please log in or register to see it.
Thanks
Jan