From 43500809bba5606503f2149cecbd198ffac01c7c Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Fri, 28 May 2021 16:13:28 +0200 Subject: [PATCH] Styling of checkout placeholder in Vendure provider --- framework/vendure/api/checkout/index.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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) => { Checkout -
-

Checkout not implemented :(

+
+ + + +

Checkout not yet implemented :(

See #64