module->getService(OrderDataProvider::class); $response = $this->handleDataSync($orderDataProvider); $this->exitWithResponse($response); } }