From 1c6fe1fa0d171f860a8c8c530a93351419ca34a3 Mon Sep 17 00:00:00 2001 From: Lokesh Jain Date: Mon, 4 Dec 2023 15:02:04 +0530 Subject: [PATCH] chore: init --- config/FeatureFlag.json | 6 +++--- src/screens/HyperSwitch/Home/QuickStart/QuickStartUtils.res | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/FeatureFlag.json b/config/FeatureFlag.json index 64501c151..49026af09 100644 --- a/config/FeatureFlag.json +++ b/config/FeatureFlag.json @@ -1,9 +1,9 @@ { "test_live_toggle": false, "test_live_mode": false, - "magic_link": false, + "magic_link": true, "production_access": false, - "quick_start": false, + "quick_start": true, "stripe_plus_paypal": false, "woocommerce": false, "open_sdk": false, @@ -22,4 +22,4 @@ "business_profile": false, "generate_report": false, "forgot_password": false -} +} \ No newline at end of file diff --git a/src/screens/HyperSwitch/Home/QuickStart/QuickStartUtils.res b/src/screens/HyperSwitch/Home/QuickStart/QuickStartUtils.res index 4ae161e6c..4b6e6da71 100644 --- a/src/screens/HyperSwitch/Home/QuickStart/QuickStartUtils.res +++ b/src/screens/HyperSwitch/Home/QuickStart/QuickStartUtils.res @@ -317,7 +317,7 @@ let getSidebarOptionsForIntegrateYourApp: ( subOptions: [ { title: "Download Test API Key", - status: PENDING, + status: COMPLETED, }, { title: "Create a Payment",