Skip to content

Commit 00ae238

Browse files
author
Roman Lytvynenko
committed
MC-36647: Order can be placed as a customer after session cookie expiration with Persistent Cart enabled
1 parent 272dcf6 commit 00ae238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/Plugin/CustomerAuthorization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(
4040
* @param Closure $proceed
4141
* @param string $resource
4242
* @param mixed $privilege
43-
* @return bool|mixed
43+
* @return bool
4444
*/
4545
public function aroundIsAllowed(
4646
Authorization $subject,

0 commit comments

Comments
 (0)