diff --git a/framework/vendure/api/checkout/index.ts b/framework/vendure/api/checkout/index.ts index 21083e9b7..08b21f6a9 100644 --- a/framework/vendure/api/checkout/index.ts +++ b/framework/vendure/api/checkout/index.ts @@ -11,8 +11,11 @@ const checkoutApi = async (req: any, res: any, config: any) => {
See #64