From 25700567c57a303a9376351daf015741193350a3 Mon Sep 17 00:00:00 2001 From: serg06 Date: Mon, 9 Nov 2020 01:19:36 -0500 Subject: [PATCH] feat(amazon-ca): add ps5 (#713) Co-authored-by: Jef LeCompte --- src/store/model/amazon-ca.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/store/model/amazon-ca.ts b/src/store/model/amazon-ca.ts index 2cb6c47..d8ba803 100644 --- a/src/store/model/amazon-ca.ts +++ b/src/store/model/amazon-ca.ts @@ -153,6 +153,18 @@ export const AmazonCa: Store = { model: '5950x', series: 'ryzen5950', url: 'https://www.amazon.ca/dp/B0815Y8J9N' + }, + { + brand: 'sony', + model: 'ps5 console', + series: 'sonyps5c', + url: 'https://www.amazon.ca/dp/B08GSC5D9G' + }, + { + brand: 'sony', + model: 'ps5 digital', + series: 'sonyps5de', + url: 'https://www.amazon.ca/dp/B08GS1N24H' } ], name: 'amazon-ca'