We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bf899 commit afe8b3dCopy full SHA for afe8b3d
src/Omnipay/Mollie/Message/AbstractRequest.php
@@ -53,7 +53,6 @@ public function send()
53
{
54
$httpResponse = $this->httpClient->post($this->endpoint, null, $this->getData())->send();
55
56
- // echo "\n"; echo $httpResponse; echo "\n"; exit;
57
return $this->response = new Response($this, $httpResponse->xml());
58
}
59
0 commit comments