From 061c4491794513618ad2e1a9a9102da52baccff2 Mon Sep 17 00:00:00 2001 From: Mohammad Awais Date: Fri, 2 Feb 2024 01:36:37 +0500 Subject: [PATCH] [FIX] [Typo] Cart -> Card (#6302) --- packages/medusa/src/services/new-totals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/medusa/src/services/new-totals.ts b/packages/medusa/src/services/new-totals.ts index 2ab6b15046..b81215a6eb 100644 --- a/packages/medusa/src/services/new-totals.ts +++ b/packages/medusa/src/services/new-totals.ts @@ -455,7 +455,7 @@ export default class NewTotalsService extends TransactionBaseService { if (!giftCards && !giftCardTransactions) { throw new MedusaError( MedusaError.Types.UNEXPECTED_STATE, - "Cannot calculate the gift cart totals. Neither the gift cards or gift card transactions have been provided" + "Cannot calculate the gift card totals. Neither the gift cards or gift card transactions have been provided" ) }