Skip to content

Commit

Permalink
[PepperBridgeAbstract, DealabsBridge, HotUKDealsBridge, MydealsBridge…
Browse files Browse the repository at this point in the history
…] Fix parameters typo

Fixed typo in DealabsBridge and HotUKDealsBridge parameters name
  • Loading branch information
sysadminstory committed Feb 3, 2025
1 parent 920b21b commit 9504a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridges/DealabsBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class DealabsBridge extends PepperBridgeAbstract
Il faut alors saisir :
abonnements-internet',
],
'subgroup' => [
'subgroups' => [
'name' => 'Catégorie',
'type' => 'text',
'exampleValue' => '1071',
Expand Down
2 changes: 1 addition & 1 deletion bridges/HotUKDealsBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class HotUKDealsBridge extends PepperBridgeAbstract
Then enter :
broadband',
],
'subgrousp' => [
'subgroups' => [
'name' => 'category',
'type' => 'text',
'exampleValue' => '343563',
Expand Down

0 comments on commit 9504a6a

Please sign in to comment.