commit 0a3731f43946273245fec1ae6ae7c228992ed952
parent fef26ec5255296811e3fda919fe0c6d7b2ba4bf7
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 28 Oct 2021 21:41:32 +0200
add another amount trait
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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 *) \