Skip to content

Commit

Permalink
Bugfix: Merchant account failing - Merchant account failing for old u…
Browse files Browse the repository at this point in the history
…sers (#27)

Co-authored-by: Riddhi Agrawal <[email protected]>
  • Loading branch information
Riddhiagrawal001 and Riddhi Agrawal authored Nov 29, 2023
1 parent 1b66090 commit d9904a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/screens/HyperSwitch/Home/HomeV2.res
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ module QuickStart = {
processorName: secondConnectorValue.connector_name,
}

let _isMultipleConnectorSetup =
await Boolean(true)->usePostEnumDetails(#IsMultipleConfiguration)
let _isMultipleConnectorSetup = await ConnectorChoice({
isMultipleConfiguration: true,
})->usePostEnumDetails(#IsMultipleConfiguration)
let _firstEnumSetupValues =
await ProcesorType(bodyOfFirstConnector)->usePostEnumDetails(#FirstProcessorConnected)
let _secondEnumSetupValues =
Expand Down
2 changes: 1 addition & 1 deletion tailwindHyperSwitch.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ module.exports = {
divider_gray: "#B7B7B7",
border_gray: "#E8E8E8",
secondary_hover: "#EEEEEE",
test_credentials_bg: "#D9D9D959"
test_credentials_bg: "#D9D9D959",
},
hyperswitch_dark_bg: "#212E46",
hyperswitch_blue_bg: "#212E46",
Expand Down

0 comments on commit d9904a6

Please sign in to comment.