Created
July 27, 2014 02:31
-
-
Save kalenjordan/ebef4d8d3082ac247983 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
if ((string)Mage::getConfig()->getModuleConfig('Acme_OrderApi')->active == 'true') { | |
class Clean_Api_Model_Sales_Order_Api_Abstract extends Acme_OrderApi_Model_Order_Api { } | |
} else { | |
class Clean_Api_Model_Sales_Order_Api_Abstract extends Mage_Sales_Model_Order_Api { } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment