Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from CelineDesign/fix-post-request
Browse files Browse the repository at this point in the history
Fix post request
  • Loading branch information
inoryy committed Jan 31, 2015
2 parents 0671f77 + 01ecdea commit 8e691d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mailjet/Api/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function post($apiQuery, $options = array())
throw new \InvalidArgumentException('Unsupported API query for POST method: ' . $apiQuery);
}

$request = $this->getApi()->post($apiQuery);
$request = $this->getApi()->post($apiQuery, null, $options);

$this->prepareRequest($request, $options);

Expand Down

0 comments on commit 8e691d4

Please sign in to comment.