summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-05-28 17:16:43 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-05-28 17:16:43 -0400
commit7a205972630cc560abb3dd56448b6b0566f0487b (patch)
treecb033ebcbb7925ab4481a82382a2a9dd49db4f62 /src/include/taler_merchantdb_plugin.h
parentd809c7b29120f2f33e078e402a2b42f624dd20aa (diff)
downloadmerchant-7a205972630cc560abb3dd56448b6b0566f0487b.tar.gz
merchant-7a205972630cc560abb3dd56448b6b0566f0487b.tar.bz2
merchant-7a205972630cc560abb3dd56448b6b0566f0487b.zip
backenddb tests for refunds
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 34aba15e..3262c359 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -1209,6 +1209,7 @@ struct TALER_MERCHANTDB_Plugin
* @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 when the coin was refunded
* @param coin_pub public key of the coin to refund (fully)
* @param reason text justifying the refund
* @return transaction status
@@ -1220,6 +1221,7 @@ struct TALER_MERCHANTDB_Plugin
(*refund_coin)(void *cls,
const char *instance_id,
const struct GNUNET_HashCode *h_contract_terms,
+ struct GNUNET_TIME_Absolute refund_timestamp,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
const char *reason);