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 f198e18 commit 86b0644Copy full SHA for 86b0644
1 file changed
src/Mailer/Transport/SendGridTransport.php
@@ -268,7 +268,7 @@ protected function _sendEmail()
268
$result = [];
269
$result['apiResponse'] = $response->getJson();
270
$result['responseCode'] = $response->getStatusCode();
271
- $result['staus'] = $result['responseCode'] == 202 ? 'OK' : 'ERROR';
+ $result['status'] = $result['responseCode'] == 202 ? 'OK' : 'ERROR';
272
if (Configure::read('debug')) {
273
$result['reqParams'] = $this->_reqParams;
274
}
0 commit comments