Skip to content

Commit f820b9b

Browse files
committed
MC-37351: Cart contents lost after switching to different store with different domain
- Fix static test
1 parent c039b55 commit f820b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Store/Model/StoreSwitcher/RedirectDataCacheSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Magento\Store\Model\StoreSwitcher;
99

10-
use http\Exception\InvalidArgumentException;
10+
use InvalidArgumentException;
1111
use Magento\Framework\App\CacheInterface;
1212
use Magento\Framework\Math\Random;
1313
use Magento\Framework\Serialize\Serializer\Json;

0 commit comments

Comments
 (0)