/**
  * {@inheritdoc}
  */
 public function process(OrderInterface $order)
 {
     foreach (self::$adjustmentsToRemove as $type) {
         $order->removeAdjustmentsRecursively($type);
     }
 }