|
@@ -18,7 +18,7 @@ var (
|
|
|
|
|
|
func WebHookAuthMiddleware() web.FilterFunc {
|
|
func WebHookAuthMiddleware() web.FilterFunc {
|
|
return func(ctx *context.Context) {
|
|
return func(ctx *context.Context) {
|
|
- if strings.Contains(ctx.Input.URL(), "payment") {
|
|
|
|
|
|
+ if strings.Contains(ctx.Input.URL(), "payment") || strings.Contains(ctx.Input.URL(), "es/delete") {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
body := ctx.Input.RequestBody
|
|
body := ctx.Input.RequestBody
|