Skip to content

Commit

Permalink
closes #31
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Mar 5, 2020
1 parent 2939602 commit 557d579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ebizmarts/mailchimp-lib",
"type": "library",
"version": "3.0.30",
"version": "3.0.31",
"description": "API client library for the MailChimp",
"keywords": ["email", "api","mailchimp"],
"homepage": "https://github.com/ebizmarts/mailchimp-lib",
Expand Down
1 change: 1 addition & 0 deletions src/Mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public function call($url,$params,$method=Mailchimp::GET)
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
curl_setopt($ch, CURLOPT_VERBOSE, $this->_debug);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST,$method);
curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);


$response_body = curl_exec($ch);
Expand Down

0 comments on commit 557d579

Please sign in to comment.