diff options
author | Florian Dold <florian@dold.me> | 2024-03-05 01:59:02 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-03-05 01:59:02 +0100 |
commit | 187031b9336e3c81aaa05c79e345adf5ac997980 (patch) | |
tree | beabde6c4aaa446fa493910703a3c7061b0dd366 /packages | |
parent | 48bc172e35fc32c51e72f9c2e2a5a0258e7806fa (diff) |
-missing case
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-wallet-core/src/pay-merchant.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/pay-merchant.ts b/packages/taler-wallet-core/src/pay-merchant.ts index 80336fa76..c5af25307 100644 --- a/packages/taler-wallet-core/src/pay-merchant.ts +++ b/packages/taler-wallet-core/src/pay-merchant.ts @@ -1975,6 +1975,7 @@ export async function processPurchase( case PurchaseStatus.SuspendedQueryingAutoRefund: case PurchaseStatus.SuspendedQueryingRefund: case PurchaseStatus.FailedAbort: + case PurchaseStatus.FailedPaidByOther: return TaskRunResult.finished(); default: assertUnreachable(purchase.purchaseStatus); |