Fixed paypal ipn csrf issue

This commit is contained in:
Pranshu Tomar 2020-06-16 15:05:40 +05:30
parent 3061149fb1
commit 9cc5e56e2c
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
* @var array
*/
protected $except = [
//
'paypal/standard/ipn'
];
}