Okay. I have changed the line as follows:
Notice that the end bracket for the call to is_object has moved. This seems to fix the problem. Could one of the devs please advise if this is how the code should look (i.e. a typo in the code?)Code:$html_msg['PAYMENT_METHOD_FOOTER'] = (is_object($GLOBALS[$_SESSION['payment']]) && $GLOBALS[$payment_class]->email_footer != '' ? $GLOBALS[$payment_class]->email_footer : $this->info['cc_type'] )


:

