Skip to content

Commit 73efa2f

Browse files
committed
Update Client.php
1 parent 60d5e9c commit 73efa2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function post(array $fields = [], array $options = [])
178178
{
179179
return $this->get($options + [
180180
CURLOPT_POST => true,
181-
CURLOPT_POSTFIELDS => is_array($fields) ? http_build_query($fields) : $fields
181+
CURLOPT_POSTFIELDS => $fields
182182
]);
183183
}
184184

0 commit comments

Comments
 (0)