Skip to content

Commit 8541ad1

Browse files
committed
add the mobile phone #1847 for magento 2.2
1 parent 208ad8a commit 8541ad1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Helper/Data.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,8 @@ public function getMergeVarsBySubscriber(\Magento\Newsletter\Model\Subscriber $s
810810
} else {
811811
$this->log("Subscriber is not a customer");
812812
}
813-
return $mergeVars; }
813+
return $mergeVars;
814+
}
814815

815816
/**
816817
* @param \Magento\Customer\Model\Customer $customer

0 commit comments

Comments
 (0)