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