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 c01370d commit c77a323Copy full SHA for c77a323
app/code/Magento/Customer/Block/Account/Dashboard/Info.php
@@ -102,7 +102,7 @@ public function getSubscriptionObject()
102
$this->_subscription = $this->_createSubscriber();
103
$customer = $this->getCustomer();
104
if ($customer) {
105
- $this->_subscription->loadByEmail($customer->getEmail());
+ $this->_subscription->loadByCustomerId($customer->getId());
106
}
107
108
return $this->_subscription;
0 commit comments