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 8bfab4e commit 84e2560Copy full SHA for 84e2560
mailer.http.class.php
@@ -151,8 +151,8 @@ protected function handle_response($response)
151
return false;
152
}
153
154
- $this->edebug('Response headers: ' . print_r($result['headers'], true));
155
- $this->edebug('Response body: ' . print_r($result['body'], true));
+ $this->edebug('Response headers: ' . print_r($response['headers'], true));
+ $this->edebug('Response body: ' . print_r($response['body'], true));
156
157
$body = json_decode($response['body']);
158
if (property_exists($body, 'errors')) {
0 commit comments