summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c5
-rw-r--r--src/include/taler_merchant_service.h2
2 files changed, 4 insertions, 3 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
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index bd0d2302..a4699df4 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -3495,7 +3495,7 @@ typedef void
* @param ctx execution context
* @param backend_url base URL of the merchant backend
* @param tip_id unique identifier for the tip
- * @param num_planches number of planchets provided in @a planchets
+ * @param num_planchets number of planchets provided in @a planchets
* @param planchets array of planchets to be signed into existence for the tip
* @param pickup_cb callback which will work the response gotten from the backend
* @param pickup_cb_cls closure to pass to @a pickup_cb