Exemplo n.º 1
0
 public function eventAfterExecuting()
 {
     parent::eventAfterExecuting();
     /** @var $connWrite Varien_Db_Adapter_Pdo_Mysql */
     $connWrite = Mage::getSingleton('core/resource')->getConnection('core_write');
     $tempTable = Mage::getSingleton('core/resource')->getTableName('m2epro_play_processed_inventory');
     $connWrite->delete($tempTable, array('`hash` = ?' => (string) $this->params['processed_inventory_hash']));
 }
Exemplo n.º 2
0
 protected function processResponseData($response)
 {
     $receivedItems = parent::processResponseData($response);
     $this->processSucceededResponseData($receivedItems['data'], $receivedItems['next_part']);
 }