From 0a3731f43946273245fec1ae6ae7c228992ed952 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 28 Oct 2021 21:41:32 +0200 Subject: [PATCH] add another amount trait --- src/include/taler_testing_lib.h | 1 + 1 file changed, 1 insertion(+) 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 *) \