codeignitor-authorizenet-cim-library icon indicating copy to clipboard operation
codeignitor-authorizenet-cim-library copied to clipboard

authorizetestmode = false and Initilizing

Open sessa opened this issue 13 years ago • 1 comments

If $config['authorizenettestmode'] = FALSE; or it is not set then how does we initialize the object? - It never passes the if statement.

if($this->_CI->config->item('authorizenetname') && $this->_CI->config->item('authorizenetkey') && $this->_CI->config->item('authorizenettestmode')) { $this->initialize($this->_CI->config->item('authorizenetname'), $this->_CI->config->item('authorizenetkey'), $this->_CI->config->item('authorizenettestmode')); }

log_message('debug', "AuthorizeCimLib Class Initialized"); }

sessa avatar Mar 01 '11 02:03 sessa

:+1: – I wish I had read this 6 hours ago. I was about to post an issue regarding this. It really needs to be fixed.

doitlikejustin avatar Sep 24 '13 19:09 doitlikejustin