Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/added-configure-return-url
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 authored Dec 11, 2023
2 parents 5f0a547 + f5363b4 commit 875abf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screens/HyperSwitch/Refunds/Refund.res
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ let make = () => {
filters->Js.Dict.set("offset", offset->Belt.Int.toFloat->Js.Json.number)
if !(searchText->isEmptyString) {
filters->Js.Dict.set("payment_id", searchText->Js.Json.string)
filters->Js.Dict.set("refund_id", searchText->Js.Json.string)
}

dict
Expand Down Expand Up @@ -63,7 +64,7 @@ let make = () => {
</UIUtils.RenderIf>
</div>
<RemoteTableFilters
placeholder="Search payment id"
placeholder="Search payment id or refund id"
setSearchVal=setSearchText
searchVal=searchText
filterUrl={`${HSwitchGlobalVars.hyperSwitchApiPrefix}/refunds/filter`}
Expand Down

0 comments on commit 875abf3

Please sign in to comment.