summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-09 17:45:08 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-09 17:45:08 +0200
commit5b0f4ae9e68c3f5065c2c62bed7c7d3bc0b4423a (patch)
treedc2301c91223601b5f76b1a8289e137df9f3ccfa /src/backend/taler-merchant-httpd_post-orders-ID-pay.c
parent714b0ef777cf0ef736a80f070936716609ccade3 (diff)
downloadmerchant-5b0f4ae9e68c3f5065c2c62bed7c7d3bc0b4423a.tar.gz
merchant-5b0f4ae9e68c3f5065c2c62bed7c7d3bc0b4423a.tar.bz2
merchant-5b0f4ae9e68c3f5065c2c62bed7c7d3bc0b4423a.zip
implement protocol v14 / fix #8717
Diffstat (limited to 'src/backend/taler-merchant-httpd_post-orders-ID-pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index 07a6233a..14edfd55 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -2032,9 +2032,10 @@ phase_execute_pay_transaction (struct PayContext *pc)
* @param cls closure with our `struct PayContext *`
* @param deposit_serial which deposit operation is this about
* @param exchange_url URL of the exchange that issued the coin
+ * @param h_wire hash of merchant's wire details
+ * @param deposit_timestamp when was the deposit made
* @param amount_with_fee amount the exchange will deposit for this coin
* @param deposit_fee fee the exchange will charge for this coin
- * @param h_wire hash of merchant's wire details
* @param coin_pub public key of the coin
*/
static void
@@ -2043,6 +2044,7 @@ deposit_paid_check (
uint64_t deposit_serial,
const char *exchange_url,
const struct TALER_MerchantWireHashP *h_wire,
+ struct GNUNET_TIME_Timestamp deposit_timestamp,
const struct TALER_Amount *amount_with_fee,
const struct TALER_Amount *deposit_fee,
const struct TALER_CoinSpendPublicKeyP *coin_pub)