merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 707c726a458fb52fac5ba62d44b77e1ffdd1cd3f
parent 34a68bd55add3a0aacb3850c150074f07c34350a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 27 May 2026 16:16:39 +0200

-fix regression

Diffstat:
Msrc/backend/taler-merchant-httpd_post-private-orders.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_post-private-orders.c b/src/backend/taler-merchant-httpd_post-private-orders.c @@ -3570,6 +3570,7 @@ phase_parse_choices (struct OrderContext *oc) struct TALER_MERCHANT_ContractOutput *contract_output = &cchoice->outputs[off]; + contract_output->type = order_output->type; switch (order_output->type) { case TALER_MERCHANT_CONTRACT_OUTPUT_TYPE_INVALID: