Skip to content

Commit 86b0644

Browse files
Fix status spelling
1 parent f198e18 commit 86b0644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Mailer/Transport/SendGridTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ protected function _sendEmail()
268268
$result = [];
269269
$result['apiResponse'] = $response->getJson();
270270
$result['responseCode'] = $response->getStatusCode();
271-
$result['staus'] = $result['responseCode'] == 202 ? 'OK' : 'ERROR';
271+
$result['status'] = $result['responseCode'] == 202 ? 'OK' : 'ERROR';
272272
if (Configure::read('debug')) {
273273
$result['reqParams'] = $this->_reqParams;
274274
}

0 commit comments

Comments
 (0)