Index: branches/5.3.x/units/gateways/gw_classes/worldpay.php =================================================================== diff -u -N -r15492 -r16522 --- branches/5.3.x/units/gateways/gw_classes/worldpay.php (.../worldpay.php) (revision 15492) +++ branches/5.3.x/units/gateways/gw_classes/worldpay.php (.../worldpay.php) (revision 16522) @@ -1,6 +1,6 @@ Application->recallObject('CountryStatesHelper'); - /* @var $cs_helper kCountryStatesHelper */ $ret['country'] = $cs_helper->getCountryIso( $item_data['BillingCountry'] ); $ret['tel'] = $item_data['BillingPhone']; @@ -106,8 +106,8 @@ $transaction_status = $this->Application->GetVar('transStatus') == 'Y' ? 1 : 0; + /** @var kCurlHelper $curl_helper */ $curl_helper = $this->Application->recallObject('CurlHelper'); - /* @var $curl_helper kCurlHelper */ $url = $this->Application->GetVar($transaction_status ? 'MC_return_page' : 'MC_cancel_return_page'); echo $curl_helper->Send($url);