From f56f52a9842f9955f6af5bb962e93930b47b06c0 Mon Sep 17 00:00:00 2001 From: Lawin0129 <56766256+Lawin0129@users.noreply.github.com> Date: Sun, 21 Nov 2021 01:11:00 +0000 Subject: [PATCH] Add BR Storefronts --- responses/catalog.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/responses/catalog.json b/responses/catalog.json index cebe342..7ce82dc 100644 --- a/responses/catalog.json +++ b/responses/catalog.json @@ -3,6 +3,14 @@ "dailyPurchaseHrs":24, "expiration":"9999-12-31T00:00:00.000Z", "storefronts":[ + { + "name": "BRDailyStorefront", + "catalogEntries": [] + }, + { + "name": "BRWeeklyStorefront", + "catalogEntries": [] + }, { "name":"CardPackStore", "catalogEntries":[ @@ -572,4 +580,4 @@ ] } ] -} \ No newline at end of file +}