Skip to content

Commit 14bc592

Browse files
committed
MAGETWO-97278: Incorrect use of cookies for customer
1 parent b5cbd31 commit 14bc592

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Persistent/Block/Header/Additional.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ public function getCustomerId(): int
104104
public function getConfig(): string
105105
{
106106
return $this->jsonSerializer->serialize(
107-
[
108-
'expirationLifetime' => $this->persistentHelper->getLifeTime(),
109-
]
110-
);
107+
[
108+
'expirationLifetime' => $this->persistentHelper->getLifeTime(),
109+
]
110+
);
111111
}
112112
}

0 commit comments

Comments
 (0)