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
49
49
{
50
50
return [
51
51
'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/ ' ,
54
54
'disabled_help ' => 'Set PROVIDER_POLLIN_ENABLED env to 1 '
55
55
];
56
56
}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public function getProviderInfo(): array
57
57
{
58
58
return [
59
59
'name ' => 'Reichelt ' ,
60
- 'description ' => 'Webscrapping from reichelt.com to get part information ' ,
60
+ 'description ' => 'Webscraping from reichelt.com to get part information ' ,
61
61
'url ' => 'https://www.reichelt.com/ ' ,
62
62
'disabled_help ' => 'Set PROVIDER_REICHELT_ENABLED env to 1 '
63
63
];
You can’t perform that action at this time.
0 commit comments