Index: branches/5.2.x/units/gateways/gw_classes/authorizenet.php =================================================================== diff -u -N -r14258 -r15141 --- branches/5.2.x/units/gateways/gw_classes/authorizenet.php (.../authorizenet.php) (revision 14258) +++ branches/5.2.x/units/gateways/gw_classes/authorizenet.php (.../authorizenet.php) (revision 15141) @@ -1,6 +1,6 @@ Application->recallObject('CountryStatesHelper'); + $cs_helper = $this->Application->recallObject('CountryStatesHelper'); /* @var $cs_helper kCountryStatesHelper */ $post_fields['x_country'] = $cs_helper->getCountryIso( $item_data['BillingCountry'] ); @@ -63,7 +63,7 @@ $post_fields['x_description'] = 'Invoice #'.$item_data['OrderNumber']; $post_fields['x_email_customer'] = 'FALSE'; - $curl_helper =& $this->Application->recallObject('CurlHelper'); + $curl_helper = $this->Application->recallObject('CurlHelper'); /* @var $curl_helper kCurlHelper */ $curl_helper->SetPostData($post_fields); @@ -104,7 +104,7 @@ if( $this->IsTestMode() ) $post_fields['x_test_request'] = 'True'; - $curl_helper =& $this->Application->recallObject('CurlHelper'); + $curl_helper = $this->Application->recallObject('CurlHelper'); /* @var $curl_helper kCurlHelper */ $curl_helper->SetPostData($post_fields);