Skip to content

Commit

Permalink
fix: removed the incorrect entities
Browse files Browse the repository at this point in the history
  • Loading branch information
jainlokesh318 committed Dec 21, 2023
1 parent 48947b4 commit 3511974
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/HyperSwitch/APIUtils/APIUtils.res
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 3511974

Please sign in to comment.