ian,
are u using the latest version? or have you modified some of the code? my line numbers do not match to yours.
in the __ construct function, you can try changing a couple of lines to:
that may help you out.PHP Code:$this->enabled = defined('MODULE_PAYMENT_BRAINTREE_STATUS') && (MODULE_PAYMENT_BRAINTREE_STATUS == 'True');
// Set the title & description text based on the mode we're in
if ($this->enabled && IS_ADMIN_FLAG === true) {


Reply With Quote
