mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Make submit checkout optional
This commit is contained in:
@@ -46,7 +46,7 @@ export type SubmitCheckoutHandler<T extends CheckoutTypes = CheckoutTypes> =
|
|||||||
|
|
||||||
export type CheckoutHandlers<T extends CheckoutTypes = CheckoutTypes> = {
|
export type CheckoutHandlers<T extends CheckoutTypes = CheckoutTypes> = {
|
||||||
getCheckout: GetCheckoutHandler<T>
|
getCheckout: GetCheckoutHandler<T>
|
||||||
submitCheckout: SubmitCheckoutHandler<T>
|
submitCheckout?: SubmitCheckoutHandler<T>
|
||||||
}
|
}
|
||||||
|
|
||||||
export type CheckoutSchema<T extends CheckoutTypes = CheckoutTypes> = {
|
export type CheckoutSchema<T extends CheckoutTypes = CheckoutTypes> = {
|
||||||
|
Reference in New Issue
Block a user