Skip to content

Commit 84e2560

Browse files
committed
Fix debug message
1 parent 8bfab4e commit 84e2560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.http.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ protected function handle_response($response)
151151
return false;
152152
}
153153

154-
$this->edebug('Response headers: ' . print_r($result['headers'], true));
155-
$this->edebug('Response body: ' . print_r($result['body'], true));
154+
$this->edebug('Response headers: ' . print_r($response['headers'], true));
155+
$this->edebug('Response body: ' . print_r($response['body'], true));
156156

157157
$body = json_decode($response['body']);
158158
if (property_exists($body, 'errors')) {

0 commit comments

Comments
 (0)