From d1b008649a4cd63fd61ac1e7faeb0fd451564e1e Mon Sep 17 00:00:00 2001 From: Ariful Date: Sun, 7 Mar 2021 13:33:51 +0600 Subject: [PATCH] changes --- src/RequestHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RequestHandler.php b/src/RequestHandler.php index b017356..4d52eb2 100644 --- a/src/RequestHandler.php +++ b/src/RequestHandler.php @@ -83,7 +83,6 @@ public function sendRequest() ); $resultData = $this->helper->HttpPostMethod($postUrl, $postData); - var_dump($resultData); $this->initUrl = $postUrl; if ($resultData === NULL) {