Skip to content

Commit

Permalink
Use new guzzle promise settle interface
Browse files Browse the repository at this point in the history
  • Loading branch information
getdatakick committed Nov 8, 2024
1 parent 8b55b7e commit fa90bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ protected function registerWebhook($idList, $url = null)
}
}
});
GuzzleHttp\Promise\settle([$promise])->wait();
GuzzleHttp\Promise\Utils::settle([$promise])->wait();

return $success;
}
Expand Down

0 comments on commit fa90bc9

Please sign in to comment.