Skip to content

Commit

Permalink
chore: update mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
gitanjli525 committed Oct 10, 2024
1 parent 9f379b7 commit 620aa86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/Refunds/RefundUtils.res
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ let initialFixedFilter = () => [
let getValueFromFilterType = (filter: filter) => {
switch filter {
| #connector_label => "merchant_connector_id"
| #status => "refund_status"
| _ => (filter :> string)
}
}
Expand Down

0 comments on commit 620aa86

Please sign in to comment.