summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-01 14:16:47 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-01 14:16:47 +0200
commit49217808de28559964ca3f2b42e50c3990436520 (patch)
tree0a331cc3cf84cc5540dc4119ef5b442f4a555ee6 /src/include/taler_merchantdb_plugin.h
parent577e344b018cf186e179edf8fa56101659e25307 (diff)
downloadmerchant-49217808de28559964ca3f2b42e50c3990436520.tar.gz
merchant-49217808de28559964ca3f2b42e50c3990436520.tar.bz2
merchant-49217808de28559964ca3f2b42e50c3990436520.zip
work on /abort logic
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 68efc6c7..f995d98f 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -303,8 +303,8 @@ typedef void
* Function called with information about a coin that was deposited.
*
* @param cls closure
+ * @param exchange_url exchange where @a coin_pub was deposited
* @param coin_pub public key of the coin
- * @param exchange_url URL of the exchange that issued the coin
* @param amount_with_fee amount the exchange will deposit for this coin
* @param deposit_fee fee the exchange will charge for this coin
* @param refund_fee fee the exchange will charge for refunding this coin
@@ -313,6 +313,7 @@ typedef void
typedef void
(*TALER_MERCHANTDB_DepositsCallback)(
void *cls,
+ const char *exchange_url,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
const struct TALER_Amount *amount_with_fee,
const struct TALER_Amount *deposit_fee,