Skip to content

Commit e18ed0b

Browse files
authored
remove echo line as it can confuse people
1 parent a484c1e commit e18ed0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Api2Pdf.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ private function makeRequest($endpoint, $payload) {
323323
$ch = curl_init($url);
324324

325325
$jsonDataEncoded = json_encode($payload);
326-
echo($jsonDataEncoded);
327326

328327
curl_setopt($ch, CURLOPT_POST, 1);
329328
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
@@ -474,4 +473,4 @@ public function getResponseId()
474473
}
475474
}
476475

477-
class Api2PdfException extends Exception { }
476+
class Api2PdfException extends Exception { }

0 commit comments

Comments
 (0)