I just ran a test transaction using VM 2.0.18 and updated payment plugins. I first received the following errors:
QuoteWarning: Missing argument 2 for plgVmPaymentStandard::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/standard/standard.php on line 279
Warning: Missing argument 2 for plgVMPaymentPayzen::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/payzen/payzen.php on line 685
Warning: Missing argument 2 for plgVmpaymentAuthorizenet::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/authorizenet/authorizenet.php on line 357
Warning: Missing argument 2 for plgVmPaymentPaypal::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/paypal/paypal.php on line 984
Warning: Missing argument 2 for plgVMPaymentSystempay::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/systempay/systempay.php on line 153
Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/moneybookers/moneybookers.php on line 663
Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/moneybookers/moneybookers.php on line 663
Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/moneybookers/moneybookers.php on line 663
Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/moneybookers/moneybookers.php on line 663
Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/moneybookers/moneybookers.php on line 663
Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/moneybookers/moneybookers.php on line 663
Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/moneybookers/moneybookers.php on line 663
Warning: Missing argument 2 for plgVmpaymentMoneybookers::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/moneybookers/moneybookers.php on line 663
Warning: Missing argument 2 for plgVmPaymentKlarna::plgVmOnSelectCheckPayment() in /home/lights/public_html/plugins/vmpayment/klarna/klarna.php on line 1368
I first turned off all the payment plugins I was not using. Next the error line typically states:
Quotepublic function plgVmOnSelectCheckPayment (VirtueMartCart $cart, &$msg) {
I on the PayPal and Authorizenet plugins I deleted the &$msg variable. That seems do work when processing a payment.
Thanks
Matt