Skip to content

Commit

Permalink
chore(store): add some PS5 bundles (#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiestelmannRaffael authored Apr 15, 2021
1 parent d13f7f1 commit d4dc397
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/store/model/mediamarkt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,34 @@ export const Mediamarkt: Store = {
series: 'sonyps5c',
url: 'https://www.mediamarkt.de/de/product/-2661938.html',
},
{
brand: 'sony',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.mediamarkt.de/de/product/_sony-playstation%C2%AE5-hd-kamera-2715822.html',
},
{
brand: 'sony',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.mediamarkt.de/de/product/_sony-ps5-assassins-creed-valhalla-2715828.html',
},
{
brand: 'sony',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.mediamarkt.de/de/product/_sony-ps5-marvel-s-spider-man-miles-morales-2715827.html',
},
{
brand: 'sony',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.mediamarkt.de/de/product/_sony-ps5-marvels-spider-man-miles-morales-ultimate-edition-2715826.html',
},
{
brand: 'sony',
model: 'ps5 digital',
Expand Down
21 changes: 21 additions & 0 deletions src/store/model/saturn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,27 @@ export const Saturn: Store = {
series: '3090',
url: 'https://www.saturn.de/de/product/-2683226.html',
},
{
brand: 'sony',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.saturn.de/de/product/_sony-ps5-marvel-s-spider-man-miles-morales-2715827.html',
},
{
brand: 'sony',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.saturn.de/de/product/_sony-ps5-marvels-spider-man-miles-morales-ultimate-edition-2715826.html',
},
{
brand: 'sony',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.saturn.de/de/product/_sony-ps5-assassins-creed-valhalla-2715828.html',
},
{
brand: 'sony',
model: 'ps5 console',
Expand Down

0 comments on commit d4dc397

Please sign in to comment.