Skip to content

Commit

Permalink
fix: apple pay revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed May 6, 2024
1 parent 5c4a474 commit c683854
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Payments/ApplePay.res
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ let make = (
postFailedSubmitResponse(~errortype="server_error", ~message="Something went wrong")
}
} else if dict->Dict.get("applePaySyncPayment")->Option.isSome {
()
// syncPayment(breakpoint)
syncPayment()
}
} catch {
| _ => Utils.logInfo(Console.log("Error in parsing Apple Pay Data"))
Expand Down

0 comments on commit c683854

Please sign in to comment.