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:
Param | Type | Description |
---|---|---|
props | Object | The properties passed to the component, including the total amount and a callback function to handle successful checkout. |