customerExtractor = $customerExtractor; $this->delegateService = $delegateService; } /** * {@inheritdoc} */ public function delegateNew(int $orderId): Redirect { return $this->delegateService->createRedirectForNew( $this->customerExtractor->extract($orderId), ['__sales_assign_order_id' => $orderId] ); } }