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