chore: update amazon associates id
This commit is contained in:
parent
eed6a415a7
commit
4450c6df9d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Wish
|
|||
}
|
||||
|
||||
if (\str_contains($urlParts['host'], 'amazon')) {
|
||||
$urlParameters['tag'] = 'grandel-21';
|
||||
$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