diff options
author | Florian Dold <florian@dold.me> | 2021-08-24 15:08:34 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-08-24 15:08:34 +0200 |
commit | a09359bd3930f2a4550de22bd018122a2c7846e6 (patch) | |
tree | 9adad799168353bad6e0eb9e6df8744463ba2f56 /packages/taler-wallet-cli | |
parent | 408d8e9fc896193fbcff1afd12aa04ab6d513798 (diff) |
implement freezing for payments
Diffstat (limited to 'packages/taler-wallet-cli')
-rw-r--r-- | packages/taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts | 7 |
1 files changed, 0 insertions, 7 deletions
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, { |