Skip to content

Commit

Permalink
fix: resolved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
prafulkoppalkar committed Apr 17, 2024
1 parent 37f1998 commit 6e3869f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Utilities/PaymentHelpers.res
Original file line number Diff line number Diff line change
Expand Up @@ -391,12 +391,7 @@ let rec intentCall = (
if handleUserError {
handleOpenUrl(url.href)
} else {
let failedSubmitResponse = getFailedSubmitResponse(
~errorType="server_error",
~message="Something went wrong",
)
postFailedSubmitResponse(~errortype="server_error", ~message="Something went wrong")
resolve(failedSubmitResponse)
}
} else {
let paymentIntentID =
Expand Down

0 comments on commit 6e3869f

Please sign in to comment.