We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11675ac commit f075414Copy full SHA for f075414
Controller/Subscriber/Subscribe.php
@@ -36,7 +36,6 @@ public function __construct(
36
public function execute()
37
{
38
if($this->getRequest()->isPost() && $this->getRequest()->getPost('phone')) {
39
- $email = (string)$this->getRequest()->getPost('email');
40
$phone = (string)$this->getRequest()->getPost('phone');
41
$this->session->setPhone($phone);
42
}
0 commit comments