commit fd591efee4be6d6500c59d459385f0950c9c0439
parent c15fd9bbd19025c5669848ba69fc72b6344e43f6
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 25 Apr 2023 23:13:18 +0200
-fix doxygen
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-paid.c b/src/backend/taler-merchant-httpd_post-orders-ID-paid.c
@@ -99,7 +99,6 @@ TMH_post_orders_ID_paid (const struct TMH_RequestHandler *rh,
}
}
-
if (GNUNET_OK !=
TALER_merchant_pay_verify (&hct,
&hc->instance->merchant_pub,
@@ -173,7 +172,6 @@ TMH_post_orders_ID_paid (const struct TMH_RequestHandler *rh,
}
}
-
fulfillment_url
= json_string_value (json_object_get (contract_terms,
"fulfillment_url"));
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
@@ -721,7 +721,6 @@ typedef void
* @param exchange_url base URL of the exchange that initiated the transfer
* @param payto_uri account of the merchant that received the transfer
* @param wtid wire transfer subject identifying the aggregation
- * @param execution_time when did the merchant observe the transfer
* @param total total amount that was wired
* @param next_attempt when should we next try to interact with the exchange
*/