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.
1 parent 65000d8 commit 81725aaCopy full SHA for 81725aa
app/code/Magento/Newsletter/Model/Subscriber.php
@@ -349,6 +349,7 @@ public function loadByCustomerId($customerId)
349
{
350
try {
351
$customerData = $this->customerRepository->getById($customerId);
352
+ $customerData->setStoreId($this->_storeManager->getStore()->getId());
353
$data = $this->getResource()->loadByCustomerData($customerData);
354
$this->addData($data);
355
if (!empty($data) && $customerData->getId() && !$this->getCustomerId()) {
0 commit comments