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",