merchant

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

commit 324ca09045c85b352f1b441f31d5e53e9113a6f4
parent f0743cdbd4f012a3b55fa1fee8e49ab359f48e15
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Feb 2026 13:54:41 +0100

pass extra_wire_subject_metadata to exchange (completes C implementation of #11119)

Diffstat:
Msrc/backend/taler-merchant-httpd_post-orders-ID-pay.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c @@ -1612,7 +1612,8 @@ AGE_FAIL: struct TALER_EXCHANGE_DepositContractDetail dcd = { .wire_deadline = pc->check_contract.contract_terms->wire_deadline, .merchant_payto_uri = pc->check_contract.wm->payto_uri, - // FIXME-11119: .extra_wire_subject_metadata = pc->check_contract.wm->extra_wire_subject_metadata, + .extra_wire_subject_metadata = pc->check_contract.wm-> + extra_wire_subject_metadata, .wire_salt = pc->check_contract.wm->wire_salt, .h_contract_terms = pc->check_contract.h_contract_terms, .wallet_data_hash = pc->parse_wallet_data.h_wallet_data,