Exemplo n.º 1
0
 public function eventFailedExecuting($message)
 {
     parent::eventFailedExecuting($message);
     $this->getSynchronizationLog()->addMessage(Mage::helper('M2ePro')->__($message), Ess_M2ePro_Model_Log_Abstract::TYPE_ERROR, Ess_M2ePro_Model_Log_Abstract::PRIORITY_HIGH);
 }