summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-28 21:41:32 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-28 21:41:32 +0200
commit0a3731f43946273245fec1ae6ae7c228992ed952 (patch)
tree4bdb06dc6a2bddb8e7c45f3cddc6f38a56088764 /src/include/taler_testing_lib.h
parentfef26ec5255296811e3fda919fe0c6d7b2ba4bf7 (diff)
downloadexchange-0a3731f43946273245fec1ae6ae7c228992ed952.tar.gz
exchange-0a3731f43946273245fec1ae6ae7c228992ed952.tar.bz2
exchange-0a3731f43946273245fec1ae6ae7c228992ed952.zip
add another amount trait
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 525d119c5..f0e6d5529 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -2359,6 +2359,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,
op (debit_payto_uri, const char *) \
op (order_id, const char *) \
op (amount, const struct TALER_Amount) \
+ op (amount_with_fee, const struct TALER_Amount) \
op (deposit_amount, const struct TALER_Amount) \
op (deposit_fee_amount, const struct TALER_Amount) \
op (batch_cmds, struct TALER_TESTING_Command *) \