Hello,
I've been having communication problems between the admin panel and Paypal (I receive payment notifications from Paypal, but some orders do not show up in admin panel). I checked the error log for the above file and found this:
Wrong parameter count for define
if (define('MODULE_PAYMENT_PAYPAL_REFUND_ORDER_STATUS_ID') && (int)MODULE_PAYMENT_PAYPAL_REFUND_ORDER_STATUS_ID > 0 && $isECtransaction) $new_status = MODULE_PAYMENT_PAYPAL_REFUND_ORDER_STATUS_ID;
Can someone let me know what is wrong with this line? Many thanks.