예제 #1
0
 /**
  * @param Customer $entity
  * @return bool
  */
 public function isCustomerRemoved(Customer $entity)
 {
     return $this->stateManager->isInState($entity->getSyncState(), Customer::MAGENTO_REMOVED);
 }