anandsiddharth / laravel-paytm-wallet

Integrate paytm wallet in your laravel application easily with this package. This package uses official Paytm PHP SDK's.
MIT License
93 stars 42 forks source link

Redirect url get message "419 PAGE EXPIRED" #74

Open gaurav-venusinformatics opened 2 years ago

gaurav-venusinformatics commented 2 years ago
Screenshot 2022-06-23 at 3 45 05 PM
Turag1955 commented 1 year ago

VerifyCsrfToken file add this code,

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

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

Msah30012001 commented 1 year ago

you can modified by

'payment/status*'

and check is working or not