commerce/framework/saleor/utils/get-checkout-id.ts
2021-06-09 17:02:07 +02:00

6 lines
85 B
TypeScript

const getCheckoutId = (id?: string) => {
return id
}
export default getCheckoutId