Skip to content

Commit

Permalink
feat: refunds search based on refunds id
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarnaikjuspay committed Dec 8, 2023
1 parent 0e59c4a commit 23ba503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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

0 comments on commit 23ba503

Please sign in to comment.