Line 110 of uc_adyen.pages.inc:

uc_order_comment_save($merchant_reference, 0, $log_entry, 'admin');

$log_entry is undefined.

Comments

xibun’s picture

Status: Active » Needs work

good catch!

actually the message is useless the way it is now.. how about:

<?php
uc_order_comment_save($merchant_reference, 0, t('Message received from Adyen server.'), 'admin');
?>

alternatively we just delete it. any thoughts?

xibun’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs work » Fixed

fix committed to development versions.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.