Closed ankitasoman closed 6 years ago
please specify where you got this error? while submitting form or after getting response?
@mannhegde it get redirected to payment gateway, while coming back from ccavenue i got this error
you need place the response url out of web middleware clause in routes.
I have placed my response route in web.php
try this in App\Http\Middleware\VerifyCsrfToken
middleware
protected $except = [ 'your-response-uri-here' ];
what was the parameters used while requesting the payment request/
Hello, I got following error I am using laravel5.4 version. Here's my indipay.php
And Kernel.php
Please help me with this. Thanks !