News:

Support the VirtueMart project and become a member

Main Menu

Payzen payment plugin Notification bug

Started by buzi, April 23, 2012, 14:04:26 PM

Previous topic - Next topic

buzi

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 "

alatak

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.