Make Canopy provider configurable via UI

This commit is contained in:
Jan Böhmer 2026-02-22 23:38:56 +01:00
parent 0b9b2cbf58
commit 300382f6e3
4 changed files with 70 additions and 4 deletions

View file

@ -75,7 +75,7 @@ class CanopyProvider implements InfoProviderInterface
private function productPageFromASIN(string $asin): string
{
return "https://www.amazon.{$this->settings->domain}/dp/{$asin}";
return "https://www.{$this->settings->getRealDomain()}/dp/{$asin}";
}
/**