Skip to main content

checkoutForm

CheckoutForm ⇒ JSX.Element

CheckoutForm component handles the checkout process for the user.

Kind: global constant
Returns: JSX.Element - A form for the user to fill in billing and payment details.
Component:

ParamTypeDescription
propsObjectThe properties passed to the component, including the total amount and a callback function to handle successful checkout.