Skip to content

Commit

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

0 comments on commit 77a9ee8

Please sign in to comment.