From b59a50e98441ad9c8dfb4528e15d0a9a6c006af0 Mon Sep 17 00:00:00 2001 From: cond0r Date: Tue, 20 Apr 2021 09:43:47 +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 9c8ad165c..2569c32f8 100644 --- a/framework/shopify/utils/mutations/checkout-create.ts +++ b/framework/shopify/utils/mutations/checkout-create.ts @@ -8,8 +8,10 @@ const checkoutCreateMutation = /* GraphQL */ ` field message } - ${checkoutDetailsFragment} + ...checkoutDetails } } + + ${checkoutDetailsFragment} ` export default checkoutCreateMutation