commit 32b1fab9b3e7735e955832f47fc02000464b9f65
parent f2156b6a9a27f9fb587ccfdeb0e76b3028c0b9c0
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 8 Mar 2018 18:18:49 +0100
enabling twisted command.
Diffstat:
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_track-transaction.c b/src/backend/taler-merchant-httpd_track-transaction.c
@@ -665,6 +665,7 @@ wtid_cb (void *cls,
"coin_pub", GNUNET_JSON_from_data_auto (&tcc->coin_pub)));
return;
}
+
tctx->wdh = TALER_EXCHANGE_track_transfer (tctx->eh,
wtid,
&wire_deposits_cb,
diff --git a/src/lib/test_merchant_api_twisted.c b/src/lib/test_merchant_api_twisted.c
@@ -250,11 +250,9 @@ run (void *cls,
"EUR:1.97", 2, 62),
/* Should instead change the response body somehow! */
- #if 0
- TALER_TESTING_cmd_empty_object ("hack-1",
- CONFIG_FILE,
- "deposits.0"),
-
+ TALER_TESTING_cmd_delete_object ("hack-1",
+ CONFIG_FILE,
+ "deposits.0"),
TALER_TESTING_cmd_merchant_track_transaction
("track-transaction-1",
merchant_url,
@@ -264,7 +262,6 @@ run (void *cls,
"deposit-simple",
"EUR:0.01"), // ignored
- #endif
#if 0
TALER_TESTING_cmd_merchant_track_transfer