File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Services/InfoProviderSystem/Providers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ public function getProviderInfo(): array
4949 {
5050 return [
5151 'name ' => 'Pollin ' ,
52- 'description ' => 'Webscrapping from pollin.de to get part information ' ,
53- 'url ' => 'https://www.reichelt .de/ ' ,
52+ 'description ' => 'Webscraping from pollin.de to get part information ' ,
53+ 'url ' => 'https://www.pollin .de/ ' ,
5454 'disabled_help ' => 'Set PROVIDER_POLLIN_ENABLED env to 1 '
5555 ];
5656 }
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public function getProviderInfo(): array
5757 {
5858 return [
5959 'name ' => 'Reichelt ' ,
60- 'description ' => 'Webscrapping from reichelt.com to get part information ' ,
60+ 'description ' => 'Webscraping from reichelt.com to get part information ' ,
6161 'url ' => 'https://www.reichelt.com/ ' ,
6262 'disabled_help ' => 'Set PROVIDER_REICHELT_ENABLED env to 1 '
6363 ];
You can’t perform that action at this time.
0 commit comments