Skip to content

Commit

Permalink
Fixed invalid method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Wolf committed Feb 23, 2015
1 parent 1544188 commit e75a547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ protected function getJobProcessedResponse($response)
}

try {
$response = BlitlineJobProcessedResponse::fromResponse($response);
$response = BlitlineJobProcessedResponse::fromRawResponse($response);
} catch (\Exception $e) {
throw new Exception\ProcessingFailedException(
sprintf(
Expand Down

0 comments on commit e75a547

Please sign in to comment.