mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-01 12:59:36 +00:00
Make Canopy provider configurable via UI
This commit is contained in:
parent
0b9b2cbf58
commit
300382f6e3
4 changed files with 70 additions and 4 deletions
|
|
@ -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}";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue