mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 01:47:39 +00:00
fix: amazon.{nl,de} test urls (#345)
This commit is contained in:
@@ -16,7 +16,7 @@ export const AmazonDe: Store = {
|
||||
brand: 'test:brand',
|
||||
model: 'test:model',
|
||||
series: 'test:series',
|
||||
url: 'https://www.amazon.com/dp/B07MQ36Z6L'
|
||||
url: 'https://www.amazon.de/dp/B083JX52VG/'
|
||||
},
|
||||
{
|
||||
brand: 'pny',
|
||||
|
||||
@@ -16,7 +16,7 @@ export const AmazonNl: Store = {
|
||||
brand: 'test:brand',
|
||||
model: 'test:model',
|
||||
series: 'test:series',
|
||||
url: 'https://www.amazon.com/dp/B07MQ36Z6L'
|
||||
url: 'https://www.amazon.nl/dp/B083GGYNQ6/'
|
||||
},
|
||||
{
|
||||
brand: 'msi',
|
||||
|
||||
Reference in New Issue
Block a user