Merge pull request #3252 from jitendra-webkul/1.0

Fixed paypal ipn csrf issue
This commit is contained in:
Jitendra Singh 2020-06-16 15:06:10 +05:30 committed by GitHub
commit 4d85fc4463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
];
}