From f184ecb06bee905bec6884fc11e6e4fe56c7a111 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 10 Oct 2022 14:54:00 -0300 Subject: pretty --- packages/taler-wallet-core/src/operations/pay-merchant.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/pay-merchant.ts') diff --git a/packages/taler-wallet-core/src/operations/pay-merchant.ts b/packages/taler-wallet-core/src/operations/pay-merchant.ts index e805c0ea1..750b3b9a6 100644 --- a/packages/taler-wallet-core/src/operations/pay-merchant.ts +++ b/packages/taler-wallet-core/src/operations/pay-merchant.ts @@ -1796,7 +1796,6 @@ export async function processPurchase( return processPurchaseQueryRefund(ws, proposalId, options); case PurchaseStatus.ProposalDownloadFailed: case PurchaseStatus.Paid: - case PurchaseStatus.AbortingWithRefund: case PurchaseStatus.RepurchaseDetected: return { type: OperationAttemptResultType.Finished, -- cgit v1.2.3