summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_merchant_get_order.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_merchant_get_order.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_merchant_get_order.c')
-rw-r--r--src/testing/testing_api_cmd_merchant_get_order.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_merchant_get_order.c b/src/testing/testing_api_cmd_merchant_get_order.c
index ed8b966b..8862c3ec 100644
--- a/src/testing/testing_api_cmd_merchant_get_order.c
+++ b/src/testing/testing_api_cmd_merchant_get_order.c
@@ -373,7 +373,7 @@ merchant_get_order_cb (
}
if (0 < gos->refunds_length)
GNUNET_assert (GNUNET_OK ==
- TALER_amount_get_zero (
+ TALER_amount_set_zero (
osr->details.paid.refund_amount.currency,
&refunded_total));
for (unsigned int i = 0; i < gos->refunds_length; ++i)