Skip to content

Commit

Permalink
closes #790 for magento 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Aug 9, 2019
1 parent f175c49 commit 190f0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Api/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function sendCustomers($storeId)
if($subscriberJson !==false) {
$customerArray[$counter]['method'] = "PATCH";
$customerArray[$counter]['path'] = "/lists/" . $listId . "/members/" . $customerMailchimpId;;
$customerArray[$counter]['operation_id'] = $this->_batchId . '_SUB_' . $customer->getId();
$customerArray[$counter]['operation_id'] = $this->_batchId . '_' . $customer->getId().'_SUB';
$customerArray[$counter]['body'] = $subscriberJson;
$counter++;
}
Expand Down

0 comments on commit 190f0ef

Please sign in to comment.