summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-19 23:26:06 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-19 23:26:06 +0200
commit11b7a967505cee2d3977f653bc6dafac400c0fdf (patch)
treee3175acffcbd3fced583283613c52230242d3ed6 /src/include/taler_merchantdb_plugin.h
parent9af93eeae2a1fcd9eddf22e9ebeb7ad0aeb34505 (diff)
downloadmerchant-11b7a967505cee2d3977f653bc6dafac400c0fdf.tar.gz
merchant-11b7a967505cee2d3977f653bc6dafac400c0fdf.tar.bz2
merchant-11b7a967505cee2d3977f653bc6dafac400c0fdf.zip
more work on GET /reserves logic
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index f04f8736..b51fce8d 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -513,7 +513,7 @@ struct TALER_MERCHANTDB_TipDetails
* @param merchant_initial_amount initial amount that the merchant claims to have filled the
* reserve with
* @param exchange_initial_amount initial amount that the exchange claims to have received
- * @param pickup_amount total of tips that were picked up from this reserve
+ * @param picked_up_amount total of tips that were picked up from this reserve
* @param committed_amount total of tips that the merchant committed to, but that were not
* picked up yet
* @param tips_length length of the @a tips array
@@ -526,7 +526,7 @@ typedef void
struct GNUNET_TIME_Absolute expiration_time,
const struct TALER_Amount *merchant_initial_amount,
const struct TALER_Amount *exchange_initial_amount,
- const struct TALER_Amount *pickup_amount,
+ const struct TALER_Amount *picked_up_amount,
const struct TALER_Amount *committed_amount,
unsigned int tips_length,
const struct TALER_MERCHANTDB_TipDetails *tips);