commit 5fa8678d9490957b5d23a34a06f001d4ec5de41b parent 129380c78c4fa631a2b1aeb0197255afdb5b469f Author: Christian Blättler <blatc2@bfh.ch> Date: Tue, 12 Dec 2023 13:00:11 +0100 set next phase at the end of serialize phase Diffstat:
| M | src/backend/taler-merchant-httpd_private-post-orders.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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++; }