We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29ca1f3 + 5e1e147 commit a547355Copy full SHA for a547355
src/services/MailchimpSubscribeService.php
@@ -521,7 +521,7 @@ public function getInterestGroups($audienceId = '')
521
$categoryData['interests'] = [];
522
523
/** @var Collection $interestsResult */
524
- $interestsResult = $mc->request('lists/' . $audienceId . '/interest-categories/' . $category->id . '/interests&count=100');
+ $interestsResult = $mc->request('lists/' . $audienceId . '/interest-categories/' . $category->id . '/interests', ['count' => 100]);
525
526
foreach ($interestsResult['interests'] as $interest) {
527
$interestData = [];
0 commit comments