From 351197435f794fbd9b9cbdf405d8e128e237832a Mon Sep 17 00:00:00 2001 From: Lokesh Jain Date: Thu, 21 Dec 2023 13:06:13 +0530 Subject: [PATCH] fix: removed the incorrect entities --- src/screens/HyperSwitch/APIUtils/APIUtils.res | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/screens/HyperSwitch/APIUtils/APIUtils.res b/src/screens/HyperSwitch/APIUtils/APIUtils.res index cd04342af..08586bb55 100644 --- a/src/screens/HyperSwitch/APIUtils/APIUtils.res +++ b/src/screens/HyperSwitch/APIUtils/APIUtils.res @@ -24,8 +24,6 @@ let getURL = ( | CHANGE_PASSWORD => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/user/change_password` | MERCHANT_ACCOUNT => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/accounts/${merchantId}` | ONBOARDING => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/onboarding` - | PROD_VERIFY => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/prodintent` - | FEEDBACK => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/feedback` | PAYMENT_REPORT => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/analytics/v1/report/payments` | REFUND_REPORT => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/analytics/v1/report/refunds` | DISPUTE_REPORT => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/analytics/v1/report/dispute`