Пример #1
0
 /**
  * @param Customer $customer
  */
 public function markCustomerRemoved(Customer $customer)
 {
     $customer->setSyncState(Customer::MAGENTO_REMOVED);
     $this->markAddressesRemoved($customer);
 }