VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: buzi on April 23, 2012, 14:04:26 PM

Title: Payzen payment plugin Notification bug
Post by: buzi on April 23, 2012, 14:04:26 PM
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 "
Title: Re: Payzen payment plugin Notification bug
Post by: alatak on April 24, 2012, 09:39:12 AM
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.