summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-07 13:01:29 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-07 13:01:29 +0200
commit4344f16b33bad868e8aea32f4921640950068332 (patch)
treefe177d28e7ea6eb73c4024c0a3f0c88131459145 /src/backend/taler-merchant-httpd.c
parent1d41f0e425309d3f7e223f3ea7d3675105110019 (diff)
downloadmerchant-4344f16b33bad868e8aea32f4921640950068332.tar.gz
merchant-4344f16b33bad868e8aea32f4921640950068332.tar.bz2
merchant-4344f16b33bad868e8aea32f4921640950068332.zip
implement POST /transfers
Diffstat (limited to 'src/backend/taler-merchant-httpd.c')
-rw-r--r--src/backend/taler-merchant-httpd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index 131699e0..c5dbacd2 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -422,8 +422,10 @@ do_shutdown (void *cls)
(void) cls;
TMH_force_get_orders_resume ();
-#if 0
+ TMH_force_ac_resume ();
TMH_force_pc_resume ();
+ TMH_force_post_transfers_resume ();
+#if 0
TMH_force_trh_resume ();
TMH_force_refund_resume ();
TMH_force_tip_pickup_resume ();