Merge pull request #3252 from jitendra-webkul/1.0
Fixed paypal ipn csrf issue
This commit is contained in:
commit
4d85fc4463
|
|
@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
|
|||
* @var array
|
||||
*/
|
||||
protected $except = [
|
||||
//
|
||||
'paypal/standard/ipn'
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue