Skip to content

Commit

Permalink
fix: resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArushKapoorJuspay committed Jun 13, 2024
1 parent 2d137bc commit fdb7106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orca-loader/PaymentSessionMethods.res
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ let getCustomerSavedPaymentMethods = (
let confirmParams =
payload
->getDictFromJson
->getDictfromDict("confirmParams")
->getDictFromDict("confirmParams")

let redirect = confirmParams->getString("redirect", "if_required")

Expand Down

0 comments on commit fdb7106

Please sign in to comment.