Last active
August 29, 2015 14:04
-
-
Save kalenjordan/47121f6755baa649e0a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Clean_Api_Model_Sales_Order_Api extends Clean_Api_Model_Sales_Order_Api_Abstract | |
{ | |
protected function _getAttributes($object, $type, array $attributes = null) | |
{ | |
$result = parent::_getAttributes($object, $type, $attributes); | |
// Add properties to $result | |
return $result; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment