Index: branches/5.2.x/units/gateways/gw_classes/worldpay.php =================================================================== diff -u -N -r15141 -r16516 --- branches/5.2.x/units/gateways/gw_classes/worldpay.php (.../worldpay.php) (revision 15141) +++ branches/5.2.x/units/gateways/gw_classes/worldpay.php (.../worldpay.php) (revision 16516) @@ -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);