Loading...
Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
items | object[] | - | Array of order items with cost details |
deliveryFee | number | 0 | Delivery fee amount |
serviceCharge | number | 4.99 | Service charge amount |
coupon | object | - | Coupon discount information |
currency | string | "USD" | Currency code for formatting |
onPlaceOrder | function | - | Callback function for checkout action |