summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_refund_lookup.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-01-13 11:35:07 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2020-01-13 11:35:07 +0100
commite54402d392c25aa0476308d51bcc75ce84178dc3 (patch)
tree1b4b0e48876099f5959900e51133c4c76e12f022 /src/lib/testing_api_cmd_refund_lookup.c
parentadfd806648d1a58e7ab67f7988f6a4e98500a8a3 (diff)
downloadmerchant-e54402d392c25aa0476308d51bcc75ce84178dc3.tar.gz
merchant-e54402d392c25aa0476308d51bcc75ce84178dc3.tar.bz2
merchant-e54402d392c25aa0476308d51bcc75ce84178dc3.zip
fix compilation after exchange refactor
Diffstat (limited to 'src/lib/testing_api_cmd_refund_lookup.c')
-rw-r--r--src/lib/testing_api_cmd_refund_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_refund_lookup.c b/src/lib/testing_api_cmd_refund_lookup.c
index fa02d6a4..35703cd4 100644
--- a/src/lib/testing_api_cmd_refund_lookup.c
+++ b/src/lib/testing_api_cmd_refund_lookup.c
@@ -269,7 +269,7 @@ refund_lookup_cb (void *cls,
(increase_cmd = TALER_TESTING_interpreter_lookup_command
(rls->is, rls->increase_reference)))
{
- if (GNUNET_OK != TALER_TESTING_get_trait_amount
+ if (GNUNET_OK != TALER_TESTING_get_trait_string
(increase_cmd, 0, &refund_amount))
TALER_TESTING_FAIL (rls->is);