mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
feat(store): add xbox series x and s (#732)
Co-authored-by: VictorV <velasquez.victor@gmail.com> Co-authored-by: vinhnguyen <vinh.nguyen@venmo.com>
This commit is contained in:
@@ -273,6 +273,18 @@ export const Amazon: Store = {
|
||||
model: 'ps5 digital',
|
||||
series: 'sonyps5de',
|
||||
url: 'https://www.amazon.com/dp/B08FC6MR62'
|
||||
},
|
||||
{
|
||||
brand: 'microsoft',
|
||||
model: 'xbox series x',
|
||||
series: 'xboxsx',
|
||||
url: 'https://www.amazon.com/dp/B08H75RTZ8'
|
||||
},
|
||||
{
|
||||
brand: 'microsoft',
|
||||
model: 'xbox series s',
|
||||
series: 'xboxss',
|
||||
url: 'https://www.amazon.com/dp/B08G9J44ZN'
|
||||
}
|
||||
],
|
||||
name: 'amazon'
|
||||
|
||||
Reference in New Issue
Block a user