laravel-paytm-wallet icon indicating copy to clipboard operation
laravel-paytm-wallet copied to clipboard

Redirect url get message "419 PAGE EXPIRED"

Open gaurav-venusinformatics opened this issue 2 years ago • 2 comments

Screenshot 2022-06-23 at 3 45 05 PM

gaurav-venusinformatics avatar Jun 23 '22 10:06 gaurav-venusinformatics

VerifyCsrfToken file add this code,

protected $except = [ 'payment/status' //according to your route ];

https://laracasts.com/discuss/channels/laravel/419-page-expired

Turag1955 avatar Feb 15 '23 06:02 Turag1955

you can modified by

'payment/status*'

and check is working or not

Msah30012001 avatar Jun 18 '23 12:06 Msah30012001