diff --git a/src/screens/HyperSwitch/Disputes/ShowDisputes.res b/src/screens/HyperSwitch/Disputes/ShowDisputes.res index d5421326d..ecc317322 100644 --- a/src/screens/HyperSwitch/Disputes/ShowDisputes.res +++ b/src/screens/HyperSwitch/Disputes/ShowDisputes.res @@ -119,7 +119,7 @@ module Details = { ~id=Some(data.dispute_id), (), ) - let response = await updateDetails(url, Dict.make()->Js.Json.object_, Post) + let response = await updateDetails(url, Dict.make()->Js.Json.object_, Post, ()) setDisputeData(_ => response) setDisputeStatus(_ => Accepted) } catch {