From a8d9c033b6363e71c340e79827ab32280b762493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20TRILLE?= Date: Fri, 27 Nov 2020 19:15:00 +0000 Subject: [PATCH] chore(store): Added RX6800 series to ccl store (#935) --- src/store/model/ccl.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/store/model/ccl.ts b/src/store/model/ccl.ts index 44ee77f..3485e11 100644 --- a/src/store/model/ccl.ts +++ b/src/store/model/ccl.ts @@ -2,6 +2,7 @@ import {Store} from './store'; import {getProductLinksBuilder} from './helpers/card'; export const Ccl: Store = { + backoffStatusCodes: [403, 429, 503], labels: { inStock: { container: '#pnlAddToBasket', @@ -75,6 +76,16 @@ export const Ccl: Store = { series: '3090', url: 'https://www.cclonline.com/category/430/PC-Components/Graphics-Cards/GeForce-RTX-3090-Graphics-Cards/' + }, + { + series: 'rx6800', + url: + 'https://www.cclonline.com/category/430/PC-Components/Graphics-Cards/AMD-Radeon-RX-6800-Graphics-Cards/' + }, + { + series: 'rx6800xt', + url: + 'https://www.cclonline.com/category/430/PC-Components/Graphics-Cards/AMD-Radeon-RX-6800-XT-Graphics-Cards/' } ] },