[FIX] [Typo] Cart -> Card (#6302)

This commit is contained in:
Mohammad Awais
2024-02-02 01:36:37 +05:00
committed by GitHub
parent 3a103f0c36
commit 061c449179

View File

@@ -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"
)
}