/**
  * @param OrderInterface $order
  *
  * @return bool
  */
 public function supports(OrderInterface $order)
 {
     return null === $order->getCustomerIp();
 }