razorpay = $razorpay; $this->razorpay->init(); } public function authorizeView(array $data) { } public function authorizeResponse(Request $request) { } public function paymentView(array $data) { } public function paymentResponse(PaymentResponseRequest $request) { } }