Skip to content

Commit

Permalink
[Amazon & AmazonPriceTracker] Add Turkey, close #2665 (#2758)
Browse files Browse the repository at this point in the history
* [AmazonPriceTracker] Add Turkey, close #2665

* [Amazon] Add Sweden & Turkey

consistent with price tracker
  • Loading branch information
austinhuang0131 authored Jun 4, 2022
1 parent 299ad87 commit 8172d10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bridges/AmazonBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ class AmazonBridge extends BridgeAbstract {
'Mexico' => 'com.mx',
'Netherlands' => 'nl',
'Spain' => 'es',
'Sweden' => 'se',
'Turkey' => 'com.tr',
'United Kingdom' => 'co.uk',
'United States' => 'com',
),
Expand Down
5 changes: 3 additions & 2 deletions bridges/AmazonPriceTrackerBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AmazonPriceTrackerBridge extends BridgeAbstract {
'name' => 'Country',
'type' => 'list',
'values' => array(
'Australia' => 'com.au',
'Australia' => 'com.au',
'Brazil' => 'com.br',
'Canada' => 'ca',
'China' => 'cn',
Expand All @@ -30,9 +30,10 @@ class AmazonPriceTrackerBridge extends BridgeAbstract {
'Italy' => 'it',
'Japan' => 'co.jp',
'Mexico' => 'com.mx',
'Netherlands' => 'nl',
'Netherlands' => 'nl',
'Spain' => 'es',
'Sweden' => 'se',
'Turkey' => 'com.tr',
'United Kingdom' => 'co.uk',
'United States' => 'com',
),
Expand Down

0 comments on commit 8172d10

Please sign in to comment.