Index: branches/5.1.x/units/shipping_quote_engines/usps.php =================================================================== diff -u -N -r13566 -r13813 --- branches/5.1.x/units/shipping_quote_engines/usps.php (.../usps.php) (revision 13566) +++ branches/5.1.x/units/shipping_quote_engines/usps.php (.../usps.php) (revision 13813) @@ -1,6 +1,6 @@ Application->recallObject('kXMLHelper'); /* @var $xml_helper kXMLHelper */ @@ -1090,10 +1088,6 @@ return Array('error' => implode('
', $errors)); } - - - - $xml_helper =& $this->Application->recallObject('kXMLHelper'); $root_node =& $xml_helper->Parse($body); /* @var $root_node kXMLNode */ @@ -1193,4 +1187,13 @@ return strip_tags($value); } + /** + * Returns virtual field names, that will be saved as properties + * + * @return Array + */ + function GetEngineFields() + { + return Array ('AccountLogin'); + } } \ No newline at end of file