summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_wallet_post_orders_refund.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-23 13:02:15 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-23 13:02:15 +0200
commit37eb7373adeaff6f2096b8810c7fe4ca0ced547a (patch)
treea3664c8d70daee100d0b89d685de7d8d5a0d6f22 /src/testing/testing_api_cmd_wallet_post_orders_refund.c
parent8c9f0b724fbfbf2f5bd9d80c013943b2b1aac83f (diff)
downloadmerchant-37eb7373adeaff6f2096b8810c7fe4ca0ced547a.tar.gz
merchant-37eb7373adeaff6f2096b8810c7fe4ca0ced547a.tar.bz2
merchant-37eb7373adeaff6f2096b8810c7fe4ca0ced547a.zip
-rename TALER_amount_get_zero to TALER_amount_set_zero
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)
{