mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 11:07:43 +00:00
chore: remove old cards
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -10,8 +10,8 @@ import {Evga} from './evga';
|
||||
import {EvgaEu} from './evga-eu';
|
||||
import {Logger} from '../../logger';
|
||||
import {MicroCenter} from './microcenter';
|
||||
import {NewEgg} from './newegg';
|
||||
import {NewEggCa} from './newegg-ca';
|
||||
import {Newegg} from './newegg';
|
||||
import {NeweggCa} from './newegg-ca';
|
||||
import {Nvidia} from './nvidia';
|
||||
import {OfficeDepot} from './officedepot';
|
||||
import {Store} from './store';
|
||||
@@ -28,8 +28,8 @@ const masterList = new Map([
|
||||
[Evga.name, Evga],
|
||||
[EvgaEu.name, EvgaEu],
|
||||
[MicroCenter.name, MicroCenter],
|
||||
[NewEgg.name, NewEgg],
|
||||
[NewEggCa.name, NewEggCa],
|
||||
[Newegg.name, Newegg],
|
||||
[NeweggCa.name, NeweggCa],
|
||||
[Nvidia.name, Nvidia],
|
||||
[OfficeDepot.name, OfficeDepot],
|
||||
[Zotac.name, Zotac]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {Store} from './store';
|
||||
|
||||
export const NewEggCa: Store = {
|
||||
export const NeweggCa: Store = {
|
||||
labels: {
|
||||
captcha: {
|
||||
container: 'body',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {Store} from './store';
|
||||
|
||||
export const NewEgg: Store = {
|
||||
export const Newegg: Store = {
|
||||
labels: {
|
||||
captcha: {
|
||||
container: 'body',
|
||||
@@ -39,13 +39,14 @@ export const NewEgg: Store = {
|
||||
series: '3080',
|
||||
url: 'https://www.newegg.com/evga-geforce-rtx-3080-10g-p5-3883-kr/p/N82E16814487521'
|
||||
},
|
||||
{
|
||||
brand: 'evga',
|
||||
cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814487520',
|
||||
model: 'xc3 ultra',
|
||||
series: '3080',
|
||||
url: 'https://www.newegg.com/evga-geforce-rtx-3080-10g-p5-3885-kr/p/N82E16814487520'
|
||||
},
|
||||
// Removed from Newegg currently not available in US
|
||||
// {
|
||||
// brand: 'evga',
|
||||
// cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814487520',
|
||||
// model: 'xc3 ultra',
|
||||
// series: '3080',
|
||||
// url: 'https://www.newegg.com/evga-geforce-rtx-3080-10g-p5-3885-kr/p/N82E16814487520'
|
||||
// },
|
||||
{
|
||||
brand: 'msi',
|
||||
cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814137600',
|
||||
|
||||
Reference in New Issue
Block a user