Example #1
0
 /**
  * Checks if PB left some notifications on SFTP
  */
 protected function checkPBNotifications()
 {
     $config = $this->getConfiguration();
     $processor = new PitneyBowes\Logic\FileExchange\Processor($config);
     $processor->checkNotifications();
 }