We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 957741e + 774837b commit 19733c3Copy full SHA for 19733c3
1 file changed
src/MailChimp.php
@@ -69,7 +69,7 @@ private function makeRequest($http_verb, $method, $args=array(), $timeout=10)
69
{
70
$url = $this->api_endpoint.'/'.$method;
71
72
- $json_data = json_encode($args, JSON_FORCE_OBJECT);
+ $json_data = json_encode($args);
73
74
if (function_exists('curl_init') && function_exists('curl_setopt')) {
75
$ch = curl_init();
0 commit comments