From 5ed0286a2c5192e851b8446a2318885dbef1e2a9 Mon Sep 17 00:00:00 2001 From: cond0r Date: Thu, 4 Mar 2021 10:41:18 +0200 Subject: [PATCH] Update checkout-to-cart.ts --- framework/shopify/utils/checkout-to-cart.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/shopify/utils/checkout-to-cart.ts b/framework/shopify/utils/checkout-to-cart.ts index b27b619d3..034ff11d7 100644 --- a/framework/shopify/utils/checkout-to-cart.ts +++ b/framework/shopify/utils/checkout-to-cart.ts @@ -16,7 +16,7 @@ import throwUserErrors from './throw-user-errors' export type CheckoutQuery = { checkout: Checkout - checkoutUserErrors: Array + checkoutUserErrors?: Array } export type CheckoutPayload =