merchant

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

commit 2ea1d4e444f75dd3ec00b1734165289783f19695
parent 22f879704438bea407108e49e842741e07549180
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Dec 2024 15:36:15 +0100

more bug refs

Diffstat:
Msrc/backend/taler-merchant-httpd_get-orders-ID.c | 1-
Msrc/backend/taler-merchant-httpd_mhd.c | 2+-
Msrc/backend/taler-merchant-httpd_post-orders-ID-abort.c | 2+-
Msrc/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c | 2+-
Msrc/backend/taler-merchant-reconciliation.c | 4++--
5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c @@ -567,7 +567,6 @@ phase_init (struct GetOrderData *god) &resume_by_event, god); } - } diff --git a/src/backend/taler-merchant-httpd_mhd.c b/src/backend/taler-merchant-httpd_mhd.c @@ -59,7 +59,7 @@ TMH_MHD_test_html_desired (struct MHD_Connection *connection) bool ret = false; const char *accept; - // FIXME: use TALER_MHD_check_accept here! + // FIXME-#9428: use TALER_MHD_check_accept here! accept = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, MHD_HTTP_HEADER_ACCEPT); diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-abort.c b/src/backend/taler-merchant-httpd_post-orders-ID-abort.c @@ -884,7 +884,7 @@ parse_abort (struct MHD_Connection *connection, struct RefundDetails *rd = &ac->rd[coins_index]; const char *exchange_url; struct GNUNET_JSON_Specification ispec[] = { - /* FIXME: this is breaking multi-currency support! */ + /* FIXME-#9425: this is breaking multi-currency support! */ TALER_JSON_spec_amount ("contribution", TMH_currency, &rd->amount_with_fee), diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c @@ -728,7 +728,7 @@ determine_eligible_accounts ( } else { - /* FIXME: history fee should be globally renamed to KYC fee... */ + /* FIXME-#9427: history fee should be globally renamed to KYC fee... */ kyc_amount = gf->fees.history; } } diff --git a/src/backend/taler-merchant-reconciliation.c b/src/backend/taler-merchant-reconciliation.c @@ -662,7 +662,7 @@ check_transfer (void *cls, /* Build the `TrackTransferConflictDetails` */ ctc->ec = TALER_EC_MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_REPORTS; ctc->failure = true; - /* FIXME: this should be reported to the auditor (once the auditor has an API for this) */ + /* FIXME-#9426: this should be reported to the auditor (once the auditor has an API for this) */ return; } if ( (GNUNET_OK != @@ -684,7 +684,7 @@ check_transfer (void *cls, /* Build the `TrackTransferConflictDetails` */ ctc->ec = TALER_EC_MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_REPORTS; ctc->failure = true; - /* FIXME: this should be reported to the auditor (once the auditor has an API for this) */ + /* FIXME-#9426: this should be reported to the auditor (once the auditor has an API for this) */ return; } ctc->check_transfer_result = GNUNET_OK;