Use language setting for ProductShortURL

This commit is contained in:
Marc Kreidler 2025-12-16 22:28:31 +01:00
parent db8fb4067d
commit 1e32e61bf2

View file

@ -354,7 +354,7 @@ class BuerklinProvider implements BatchInfoProviderInterface
*/ */
private function getProductShortURL(string $product_code): string private function getProductShortURL(string $product_code): string
{ {
return 'https://www.buerklin.com/de/p/' . $product_code . '/'; return 'https://www.buerklin.com/' . $this->settings->language . '/p/' . $product_code . '/';
} }
/** /**