Index: branches/5.1.x/units/gateways/gw_classes/worldpay.php =================================================================== diff -u -r13100 -r13465 --- branches/5.1.x/units/gateways/gw_classes/worldpay.php (.../worldpay.php) (revision 13100) +++ branches/5.1.x/units/gateways/gw_classes/worldpay.php (.../worldpay.php) (revision 13465) @@ -1,6 +1,6 @@ Conn->GetOne( sprintf($sql, $this->Conn->qstr($item_data['BillingCountry']) ) ); + $cs_helper =& $this->Application->recallObject('CountryStatesHelper'); + /* @var $cs_helper kCountryStatesHelper */ + + $ret['country'] = $cs_helper->getCountryIso( $item_data['BillingCountry'] ); $ret['tel'] = $item_data['BillingPhone']; $ret['fax'] = $item_data['BillingFax']; $ret['email'] = $item_data['BillingEmail'];