Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Mar 7, 2021
2 parents 2ed250c + d1b0086 commit c58e4f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public function sendRequest()
);

$resultData = $this->helper->HttpPostMethod($postUrl, $postData);
var_dump($resultData);
$this->initUrl = $postUrl;

if ($resultData === NULL) {
Expand Down

0 comments on commit c58e4f0

Please sign in to comment.