[Amazon & AmazonPriceTracker] Add Turkey, close #2665 (#2758)

* [AmazonPriceTracker] Add Turkey, close #2665

* [Amazon] Add Sweden & Turkey

consistent with price tracker
This commit is contained in:
Austin Huang 2022-06-04 19:59:52 +00:00 committed by GitHub
parent 299ad87168
commit 8172d10bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -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',
),

View File

@ -33,6 +33,7 @@ class AmazonPriceTrackerBridge extends BridgeAbstract {
'Netherlands' => 'nl',
'Spain' => 'es',
'Sweden' => 'se',
'Turkey' => 'com.tr',
'United Kingdom' => 'co.uk',
'United States' => 'com',
),