From b9d658f50ba9ea7800f3866031f12196160ad01c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 7 May 2023 22:43:45 +0200 Subject: -spelling consistency --- packages/taler-wallet-core/src/operations/pay-merchant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src') diff --git a/packages/taler-wallet-core/src/operations/pay-merchant.ts b/packages/taler-wallet-core/src/operations/pay-merchant.ts index 99b9a18d2..e34dc7443 100644 --- a/packages/taler-wallet-core/src/operations/pay-merchant.ts +++ b/packages/taler-wallet-core/src/operations/pay-merchant.ts @@ -1747,7 +1747,7 @@ export function computePayMerchantTransactionState( case PurchaseStatus.QueryingRefund: return { major: TransactionMajorState.Pending, - minor: TransactionMinorState.CheckRefunds, + minor: TransactionMinorState.CheckRefund, }; case PurchaseStatus.PendingAcceptRefund: return { -- cgit v1.2.3