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
Pritish Budhiraja authored Mar 12, 2024
1 parent f375f8f commit c2067e9
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 c2067e9

Please sign in to comment.