From 5e6159b99426d06efd612a578e2391b7e21f284b Mon Sep 17 00:00:00 2001 From: JP Confessor Date: Mon, 30 Nov 2020 00:52:51 -0500 Subject: [PATCH] chore(bestbuy-ca): add ps5 console (#1020) --- src/store/model/bestbuy-ca.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/store/model/bestbuy-ca.ts b/src/store/model/bestbuy-ca.ts index 1ff225a..ec80b04 100644 --- a/src/store/model/bestbuy-ca.ts +++ b/src/store/model/bestbuy-ca.ts @@ -110,6 +110,20 @@ export const BestBuyCa: Store = { series: '3070', url: 'https://www.bestbuy.ca/en-ca/product/nvidia-geforce-rtx-3070-8gb-gddr6-video-card-only-at-best-buy/15078017?intl=nosplash' + }, + { + brand: 'sony', + model: 'ps5 console', + series: 'sonyps5c', + url: + 'https://www.bestbuy.ca/en-ca/product/playstation-5-console-online-only/14962185?intl=nosplash' + }, + { + brand: 'sony', + model: 'ps5 console', + series: 'sonyps5de', + url: + 'https://www.bestbuy.ca/en-ca/product/playstation-5-digital-edition-console-online-only/14962184?intl=nosplash' } ], name: 'bestbuy-ca',