We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c1e1f commit 800994eCopy full SHA for 800994e
Block/Subscribe.php
@@ -70,12 +70,7 @@ public function showMobilePhone()
70
* @var $customer \Magento\Customer\Model\Customer
71
*/
72
$customer = $this->customerFactory->create()->load($this->customerSession->getCustomerId());
73
-// /**
74
-// * @var $customer \Magento\Customer\Model\Customer
75
-// */
76
-// $customer = $this->customerRepo->getById($this->customerSession->getCustomerId());
77
$mobilePhone = $customer->getData('mobile_phone');
78
- $this->helper->log("Mobile [$mobilePhone]");
79
if ($mobilePhone&&$mobilePhone!='') {
80
$ret = false;
81
}
0 commit comments