From 28495c981d3db810baf0e81f29c494400162593c Mon Sep 17 00:00:00 2001 From: Cezar Luiz Date: Mon, 29 May 2017 17:43:33 -0300 Subject: [PATCH] Added exit rathen than wp_die --- .../services/class-wc-ebanx-query-router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woocommerce-gateway-ebanx/services/class-wc-ebanx-query-router.php b/woocommerce-gateway-ebanx/services/class-wc-ebanx-query-router.php index 52b4d445..d1f014cc 100644 --- a/woocommerce-gateway-ebanx/services/class-wc-ebanx-query-router.php +++ b/woocommerce-gateway-ebanx/services/class-wc-ebanx-query-router.php @@ -49,7 +49,7 @@ public function serve() { // Route it and die call_user_func_array($route, $params); - wp_die(); + exit; } // Private