paymentService = $paymentService; } public function index(RequestInterface $request) { $params = $request->all(); return $this->paymentService->notify($params); } }