summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_refund_increase.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing_api_cmd_refund_increase.c')
-rw-r--r--src/lib/testing_api_cmd_refund_increase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_refund_increase.c b/src/lib/testing_api_cmd_refund_increase.c
index 57f661b5..8a544d61 100644
--- a/src/lib/testing_api_cmd_refund_increase.c
+++ b/src/lib/testing_api_cmd_refund_increase.c
@@ -172,7 +172,7 @@ refund_increase_traits (void *cls,
{
struct RefundIncreaseState *ris = cls;
struct TALER_TESTING_Trait traits[] = {
- TALER_TESTING_make_trait_amount (0,
+ TALER_TESTING_make_trait_string (0,
ris->refund_amount),
TALER_TESTING_trait_end ()
};