protected function isPossibleToRun()
 {
     if (!parent::isPossibleToRun()) {
         return false;
     }
     return Mage::helper('M2ePro/Component_Amazon')->isRepricingEnabled();
 }