From a09359bd3930f2a4550de22bd018122a2c7846e6 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 24 Aug 2021 15:08:34 +0200 Subject: implement freezing for payments --- .../taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'packages/taler-wallet-cli/src') diff --git a/packages/taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts b/packages/taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts index 7a1ff669a..430a1ac93 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts @@ -112,13 +112,6 @@ export async function runDenomUnofferedTest(t: GlobalTestState) { merchantErrorCode, TalerErrorCode.MERCHANT_POST_ORDERS_ID_PAY_DENOMINATION_KEY_NOT_FOUND, ); - - const purchId = makeEventId(TransactionType.Payment, preparePayResult.proposalId); - await wallet.client.call(WalletApiOperation.DeleteTransaction, { - transactionId: purchId, - }); - - // Now, delete the purchase and refresh operation. } await wallet.client.call(WalletApiOperation.AddExchange, { -- cgit v1.2.3