Skip to content

Commit

Permalink
fix: card payment customer_acceptance (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
rising-dragon401 committed Mar 12, 2024
1 parent b3205fa commit 52004b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Payments/CardPayment.res
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ let make = (
} else {
defaultCardBody
}
} else if isGuestCustomer || list.payment_type === "normal" {
defaultCardBody
} else {
defaultCardBody->Js.Array2.concat(onSessionBody)
}
Expand Down

0 comments on commit 52004b6

Please sign in to comment.