Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
added dummy app to remoteLiveAppProvider (#1815)
Browse files Browse the repository at this point in the history
* added dummy app to remoteLiveAppProvider

* added dummy app to globalCatalogProvider

* changed id and name of app
  • Loading branch information
ggilchrist-ledger authored Mar 25, 2022
1 parent 0fcca21 commit 8cd8715
Show file tree
Hide file tree
Showing 2 changed files with 944 additions and 740 deletions.
15 changes: 14 additions & 1 deletion src/platform/providers/GlobalCatalogProvider/api/mock.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,19 @@
"platform": "all",
"branch": "debug",
"currencies": "*"
},
{
"appId": "dummy-live-app",
"type": "LIVE_APP",
"tags": [
"tools"
],
"categories": [
"other"
],
"platform": "all",
"branch": "stable",
"currencies": "*"
}
]
}
}
Loading

0 comments on commit 8cd8715

Please sign in to comment.