diff options
| author | Florian Dold <florian@dold.me> | 2023-05-07 22:43:45 +0200 | 
|---|---|---|
| committer | Florian Dold <florian@dold.me> | 2023-05-07 22:43:45 +0200 | 
| commit | b9d658f50ba9ea7800f3866031f12196160ad01c (patch) | |
| tree | 0c7a4eca7d1ed3a03aa8710033c447348a5ac06e /packages/taler-wallet-core/src | |
| parent | 99b844b465c8fb7b9329ea109c8183e9d7f6e3c9 (diff) | |
-spelling consistency
Diffstat (limited to 'packages/taler-wallet-core/src')
| -rw-r--r-- | packages/taler-wallet-core/src/operations/pay-merchant.ts | 2 | 
1 files changed, 1 insertions, 1 deletions
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 {  | 
