fix: affiliate linking
This commit is contained in:
parent
0a667b312d
commit
5295cbc7e1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Wish
|
|||
$urlParameters = array();
|
||||
}
|
||||
|
||||
if (\str_contains($urlParts['host'], 'amazon')) {
|
||||
if (\str_contains($urlParts['host'], 'amazon.de')) {
|
||||
$urlParameters['tag'] = 'grandel0b-21';
|
||||
$urlParts['query'] = \http_build_query($urlParameters);
|
||||
$url = $urlParts['scheme'] . '://' . $urlParts['host'] . $urlParts['path'] . '?' . $urlParts['query'];
|
||||
|
|
Loading…
Reference in a new issue