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 eab0a1e commit 4024888Copy full SHA for 4024888
app/code/Magento/Customer/Model/Plugin/CustomerNotification.php
@@ -147,6 +147,11 @@ private function isPostRequest(): bool
147
return $this->request instanceof HttpRequestInterface && $this->request->isPost();
148
}
149
150
+ /**
151
+ * Checks if the current request is a logout request.
152
+ *
153
+ * @return bool
154
+ */
155
private function isLogoutRequest(): bool
156
{
157
return $this->request->getRequestUri() === '/customer/account/logout/';
0 commit comments