Skip to content

Commit 9648372

Browse files
authored
Update CliSyncProcessor.php
make sure customer is null
1 parent 81bd357 commit 9648372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Newsletter/ProviderHandler/Mailchimp/CliSyncProcessor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public function syncStatusChanges()
9595
if ($client->success() && sizeof($result['members'])) {
9696
foreach ($result['members'] as $row) {
9797

98+
$customer = null;
9899
// var_dump($row);
99100
/**
100101
* @var MailchimpAwareCustomerInterface $customer

0 commit comments

Comments
 (0)