[PepperBridgeAbstract, DealabsBridge, HotUKDealsBridge, MydealsBridge] Fix parameters typo (#4439)

Fixed typo in DealabsBridge and HotUKDealsBridge parameters name
This commit is contained in:
sysadminstory 2025-02-03 23:24:42 +01:00 committed by GitHub
parent 920b21b1fd
commit 94924d8e16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ https://www.dealabs.com/groupe/abonnements-internet?sortBy=lowest_price
Il faut alors saisir : Il faut alors saisir :
abonnements-internet', abonnements-internet',
], ],
'subgroup' => [ 'subgroups' => [
'name' => 'Catégorie', 'name' => 'Catégorie',
'type' => 'text', 'type' => 'text',
'exampleValue' => '1071', 'exampleValue' => '1071',

View File

@ -48,7 +48,7 @@ https://www.hotukdeals.com/tag/broadband?sortBy=temp
Then enter : Then enter :
broadband', broadband',
], ],
'subgrousp' => [ 'subgroups' => [
'name' => 'category', 'name' => 'category',
'type' => 'text', 'type' => 'text',
'exampleValue' => '343563', 'exampleValue' => '343563',