diff --git a/src/Mailjet/Api/Client.php b/src/Mailjet/Api/Client.php index deeff4a..30c73b9 100644 --- a/src/Mailjet/Api/Client.php +++ b/src/Mailjet/Api/Client.php @@ -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);