We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3454947 + bd8576b commit 1b35587Copy full SHA for 1b35587
1 file changed
Helper/Data.php
@@ -97,7 +97,7 @@ public function validateStore($storeCode)
97
*/
98
public function getRequestToWebsiteId($request)
99
{
100
- $baseUrl = str_replace('www.', '%', $request->getDistroBaseUrl());
+ $baseUrl = str_replace('www.', '', $request->getDistroBaseUrl());
101
// Strip schemas
102
$baseUrl = str_replace(['https://', 'http://'], '', $baseUrl);
103
0 commit comments