Skip to content

Commit

Permalink
Addresses #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Theken committed Sep 8, 2015
1 parent a2ff454 commit 2862976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Postmark/PostmarkClientBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected function processRestRequest($method = NULL, $path = NULL, $body = NULL

$body = $response->json();

$ex->httpStatusCode = 401;
$ex->httpStatusCode = 422;
$ex->postmarkApiErrorCode = $body['ErrorCode'];
$ex->message = $body['Message'];

Expand Down

0 comments on commit 2862976

Please sign in to comment.