Skip to content

Commit 1e32e61

Browse files
committed
Use language setting for ProductShortURL
1 parent db8fb40 commit 1e32e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/InfoProviderSystem/Providers/BuerklinProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ private function pricesToVendorInfo(string $sku, string $url, array $prices): ar
354354
*/
355355
private function getProductShortURL(string $product_code): string
356356
{
357-
return 'https://www.buerklin.com/de/p/' . $product_code . '/';
357+
return 'https://www.buerklin.com/' . $this->settings->language . '/p/' . $product_code . '/';
358358
}
359359

360360
/**

0 commit comments

Comments
 (0)