summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2023-12-12 13:00:11 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-12-23 00:09:55 +0800
commit5fa8678d9490957b5d23a34a06f001d4ec5de41b (patch)
treece0f1c5555d745ef6ecb724726ef38a51595c1d6
parent129380c78c4fa631a2b1aeb0197255afdb5b469f (diff)
downloadmerchant-5fa8678d9490957b5d23a34a06f001d4ec5de41b.tar.gz
merchant-5fa8678d9490957b5d23a34a06f001d4ec5de41b.tar.bz2
merchant-5fa8678d9490957b5d23a34a06f001d4ec5de41b.zip
set next phase at the end of serialize phase
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
index 8a2acb5d..008c378d 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -1304,6 +1304,7 @@ serialize_order (struct OrderContext *oc)
GNUNET_JSON_pack_object_steal ("extra",
oc->patch_order.extra)
);
+ oc->phase++;
}