Hi,
in [joomla root]Plugins/vmpayment/payzen/payzen.php
plgVmOnPaymentNotification() function,
line 442
$method = $this->getVmPluginMethod($payment->virtuemart_paymentmethod_id);
should be
$method = $this->getVmPluginMethod($payment_data->virtuemart_paymentmethod_id);
otherwise payment method is not found and payment process exits with a failed status and logged:
"plgVmOnPaymentNotification -- payment data not found: exit "
Hi,
Thank you for reporting.
This has been fixed in the revision 2.0.6a.
you can download it here:
http://dev.virtuemart.net/projects/virtuemart/files
The revision 2.0.6a has only been released fo the AIO, to fix errors in PayZen and SystemPay.