mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
Implements custom checkout along with ordercloud provider
This commit is contained in:
4
pages/api/customer/card.ts
Normal file
4
pages/api/customer/card.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import customerCardApi from '@framework/api/endpoints/customer/card'
|
||||
import commerce from '@lib/api/commerce'
|
||||
|
||||
export default customerCardApi(commerce)
|
Reference in New Issue
Block a user