Exemple #1
0
 public function eventAfterExecuting()
 {
     parent::eventAfterExecuting();
     if (!$this->isResponseFailed) {
         $this->inspectProducts();
     }
 }