summaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 19:55:44 +0200
committerMS <ms@taler.net>2020-10-15 19:55:44 +0200
commitad0876e17b159343e5a3ab4ec9e5036ecc4717d8 (patch)
treea8647511d70c81be7956f7654fb0766a14bf5ac3 /src/backenddb
parent68582108ffb74401649f7eccb9c8f1a5ff381b1f (diff)
downloadmerchant-ad0876e17b159343e5a3ab4ec9e5036ecc4717d8.tar.gz
merchant-ad0876e17b159343e5a3ab4ec9e5036ecc4717d8.tar.bz2
merchant-ad0876e17b159343e5a3ab4ec9e5036ecc4717d8.zip
Doxygen fixes
Diffstat (limited to 'src/backenddb')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index adee9964..50b8f8ec 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -1525,7 +1525,7 @@ make_dummy_url ()
* @param cls closure
* @param instance_id instance's identifier
* @param order_id order_id used to store
- * @param claim_token the token belonging to the order
+ * @param contract_terms contract terms to store
* @return transaction status, #GNUNET_DB_STATUS_HARD_ERROR if @a contract_terms
* is malformed
*/
@@ -1900,8 +1900,8 @@ postgres_insert_exchange_signkey (
* @param amount_with_fee amount the exchange will deposit for this coin
* @param deposit_fee fee the exchange will charge for this coin
* @param wire_fee wire fee the exchange charges
+ * @param refund_fee fee the exchange charges to refund this coin
* @param h_wire hash of the wire details of the target account of the merchant
- * @param exchange_timestamp timestamp from the exchange
* @param exchange_sig signature from exchange that coin was accepted
* @param exchange_pub signgin key that was used for @a exchange_sig
* @return transaction status
@@ -2135,6 +2135,7 @@ postgres_mark_contract_paid (void *cls,
* @param cls closure
* @param instance_id instance to refund payment for
* @param h_contract_terms hash of the contract to refund coin for
+ * @param refund_timestamp timestamp of the refund
* @param coin_pub public key of the coin to refund (fully)
* @param reason text justifying the refund
* @return transaction status