mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Initial work, copied from the Shopify provider
This commit is contained in:
5
framework/saleor/utils/get-checkout-id.ts
Normal file
5
framework/saleor/utils/get-checkout-id.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
const getCheckoutId = (id?: string) => {
|
||||
return id
|
||||
}
|
||||
|
||||
export default getCheckoutId
|
Reference in New Issue
Block a user