summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_wallet_post_orders_refund.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_wallet_post_orders_refund.c')
-rw-r--r--src/testing/testing_api_cmd_wallet_post_orders_refund.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_wallet_post_orders_refund.c b/src/testing/testing_api_cmd_wallet_post_orders_refund.c
index 80e5e99e..7befb828 100644
--- a/src/testing/testing_api_cmd_wallet_post_orders_refund.c
+++ b/src/testing/testing_api_cmd_wallet_post_orders_refund.c
@@ -110,7 +110,7 @@ refund_cb (
struct TALER_Amount refunded_total;
if (refunds_length > 0)
GNUNET_assert (GNUNET_OK ==
- TALER_amount_get_zero (refunds[0].refund_amount.currency,
+ TALER_amount_set_zero (refunds[0].refund_amount.currency,
&refunded_total));
for (unsigned int i = 0; i < refunds_length; ++i)
{