Skip to content

Commit cbc1023

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 bb99950 commit cbc1023

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

app/code/Magento/Persistent/Test/Unit/Model/Customer/AuthorizationTest.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,21 @@ public function testIsAuthorized(
9292
public function persistentLoggedInCombinations(): array
9393
{
9494
return [
95-
[
96-
true,
97-
false,
98-
false
99-
],
100-
[
101-
true,
102-
true,
103-
true
104-
],
105-
[
106-
false,
107-
false,
108-
true
109-
],
95+
[
96+
true,
97+
false,
98+
false
99+
],
100+
[
101+
true,
102+
true,
103+
true
104+
],
105+
[
106+
false,
107+
false,
108+
true
109+
],
110110
];
111111
}
112112
}

0 commit comments

Comments
 (0)