mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Implements custom checkout along with ordercloud provider
This commit is contained in:
6
framework/ordercloud/checkout/use-checkout.tsx
Normal file
6
framework/ordercloud/checkout/use-checkout.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import useCheckout, { UseCheckout } from '@commerce/checkout/use-checkout'
|
||||
|
||||
export default useCheckout as UseCheckout
|
||||
|
||||
export const handler = useCheckout
|
||||
|
Reference in New Issue
Block a user