Hello All,
I'm currently working on a new payment plugin but now I run into a small problem. The plugin is working okay but when I use: $order['customer_notified'] = 1; like is used in the paypal plugin I get a fatal error:
Fatal error: Call to undefined method VirtuemartViewOrders::renderMailLayout() in /home/xxxxxxx/public_html/joomla17/components/com_virtuemart/helpers/shopfunctionsf.php on line 339.
Does someone know how to get this one fixed?
Thanks.
I have a same problem.
I watch paypal payment module and make my exacly same as paypal,but i get error like you
:o