commerce/framework/csv/utils/get-checkout-id.ts
2021-04-18 11:52:51 -03:00

6 lines
85 B
TypeScript

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