Exemplo n.º 1
0
 public function process()
 {
     $this->setStatus(Ess_M2ePro_Model_Connector_Server_Amazon_Product_Requester::STATUS_SUCCESS);
     $this->setIsProcessingItems(false);
     if (count($this->listingsProducts) <= 0) {
         return;
     }
     $this->setIsProcessingItems(true);
     $this->updateOrLockListings();
     parent::process();
     $this->checkUnlockListings();
 }
Exemplo n.º 2
0
 public function process()
 {
     parent::process();
     $this->deleteProcessedChanges();
 }