From 35aa30d5bfe1623885506f9cd54fc68d4d6e610e Mon Sep 17 00:00:00 2001 From: Carl Date: Wed, 10 May 2023 20:13:42 +0800 Subject: [PATCH] fix: remove taxprice in query quote --- apps/storefront/src/shared/service/b2b/graphql/quote.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/storefront/src/shared/service/b2b/graphql/quote.ts b/apps/storefront/src/shared/service/b2b/graphql/quote.ts index b8f80d25..e2122c39 100644 --- a/apps/storefront/src/shared/service/b2b/graphql/quote.ts +++ b/apps/storefront/src/shared/service/b2b/graphql/quote.ts @@ -232,7 +232,6 @@ const getQuoteInfo = (data: { id: number; date: string }) => `{ discount, offeredPrice, quantity, - taxPrice, variantId, imageUrl, orderQuantityMaximum,