[AmazonPriceTrackerBridge] Add support for Swedish Amazon (#1856)
This commit is contained in:
parent
c855d5089f
commit
0b494d9c0e
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class AmazonPriceTrackerBridge extends BridgeAbstract {
|
||||||
'Mexico' => 'com.mx',
|
'Mexico' => 'com.mx',
|
||||||
'Netherlands' => 'nl',
|
'Netherlands' => 'nl',
|
||||||
'Spain' => 'es',
|
'Spain' => 'es',
|
||||||
|
'Sweden' => 'se',
|
||||||
'United Kingdom' => 'co.uk',
|
'United Kingdom' => 'co.uk',
|
||||||
'United States' => 'com',
|
'United States' => 'com',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue