From 17048e730f3a8c9a6d4693a1d4306176876ef060 Mon Sep 17 00:00:00 2001 From: Hugo Morosini Date: Tue, 26 Apr 2022 14:31:14 +0200 Subject: [PATCH] removed card live app from mocks --- .../GlobalCatalogProvider/api/mock.json | 26 -------- .../RemoteLiveAppProvider/api/mock.json | 63 ------------------- 2 files changed, 89 deletions(-) diff --git a/src/platform/providers/GlobalCatalogProvider/api/mock.json b/src/platform/providers/GlobalCatalogProvider/api/mock.json index e93fc94a67..eef99bd452 100644 --- a/src/platform/providers/GlobalCatalogProvider/api/mock.json +++ b/src/platform/providers/GlobalCatalogProvider/api/mock.json @@ -83,32 +83,6 @@ "tags": [], "categories": [] }, - { - "appId": "Card", - "type": "LIVE_APP", - "tags": [ - "card" - ], - "categories": [ - "spend" - ], - "platform": "all", - "branch": "stable", - "currencies": "*" - }, - { - "appId": "cl-card", - "type": "LIVE_APP", - "tags": [ - "card" - ], - "categories": [ - "spend" - ], - "platform": "all", - "branch": "stable", - "currencies": "*" - }, { "appId": "moonpay", "type": "LIVE_APP", diff --git a/src/platform/providers/RemoteLiveAppProvider/api/mock.json b/src/platform/providers/RemoteLiveAppProvider/api/mock.json index 2224768fba..4038e2463b 100644 --- a/src/platform/providers/RemoteLiveAppProvider/api/mock.json +++ b/src/platform/providers/RemoteLiveAppProvider/api/mock.json @@ -1,67 +1,4 @@ [ - { - "id": "Card", - "name": "Card", - "url": "https://cl-cards.com/waiting-list/", - "homepageUrl": "https://baanx.com/", - "icon": "https://cdn.live.ledger.com/icons/platform/card2.png", - "platform": "all", - "apiVersion": "0.0.1", - "manifestVersion": "1", - "branch": "stable", - "categories": [ - "card" - ], - "currencies": "*", - "content": { - "shortDescription": { - "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist" - }, - "description": { - "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist" - } - }, - "permissions": [ - { - "method": "*" - } - ], - "domains": [ - "https://*" - ] - }, - { - "id": "cl-card", - "name": "Card", - "url": "https://cl-cards.com/waiting-list/", - "homepageUrl": "https://baanx.com/", - "icon": "https://cdn.live.ledger.com/icons/platform/card2.png", - "platform": "all", - "apiVersion": "0.0.1", - "manifestVersion": "1", - "private": true, - "branch": "stable", - "categories": [ - "card" - ], - "currencies": "*", - "content": { - "shortDescription": { - "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist" - }, - "description": { - "en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist" - } - }, - "permissions": [ - { - "method": "*" - } - ], - "domains": [ - "https://*" - ] - }, { "id": "moonpay", "name": "MoonPay",