From a22a6618cf0e760ef9aeb9bc190a989b15cc8e76 Mon Sep 17 00:00:00 2001 From: cond0r Date: Tue, 20 Apr 2021 09:49:22 +0300 Subject: [PATCH] Update checkout-create.ts --- framework/shopify/utils/mutations/checkout-create.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/framework/shopify/utils/mutations/checkout-create.ts b/framework/shopify/utils/mutations/checkout-create.ts index 2569c32f8..f44619f30 100644 --- a/framework/shopify/utils/mutations/checkout-create.ts +++ b/framework/shopify/utils/mutations/checkout-create.ts @@ -8,7 +8,9 @@ const checkoutCreateMutation = /* GraphQL */ ` field message } - ...checkoutDetails + checkout { + ...checkoutDetails + } } }