summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-10 20:14:57 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-10 20:14:57 +0200
commit0b945df357bf820540b67b412d47aa9073797267 (patch)
tree4027a8711e7398070f556ae42447c101d91a063e /src/include/taler_merchantdb_plugin.h
parent831272d4344151a62d2a8ffc4188d4302f64be5b (diff)
downloadmerchant-0b945df357bf820540b67b412d47aa9073797267.tar.gz
merchant-0b945df357bf820540b67b412d47aa9073797267.tar.bz2
merchant-0b945df357bf820540b67b412d47aa9073797267.zip
implement #5299
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index cc2e6bd9..3ac43397 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -138,15 +138,17 @@ typedef void
*
* @param cls closure
* @param coin_pub public coin from which the refund comes from
+ * @param exchange_url URL of the exchange that issued @a coin_pub
* @param rtransaction_id identificator of the refund
* @param reason human-readable explanation of the refund
- * @param refund_amount refund amount which is being taken from coin_pub
+ * @param refund_amount refund amount which is being taken from @a coin_pub
* @param refund_fee cost of this refund operation
*/
typedef void
(*TALER_MERCHANTDB_RefundCallback)(
void *cls,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
+ const char *exchange_url,
uint64_t rtransaction_id,
const char *reason,
const struct TALER_Amount *refund_amount,