summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_pay_abort_refund.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-10 21:59:14 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-10 21:59:14 +0200
commit1b7e296a8a4229ad46c78eee8766a31293736e8b (patch)
treee9f912dc0c6baa49b4c09e310e1990441ee6b101 /src/lib/testing_api_cmd_pay_abort_refund.c
parent64a7d25e935107383d468a35ed37bb6f0f8776a6 (diff)
downloadmerchant-1b7e296a8a4229ad46c78eee8766a31293736e8b.tar.gz
merchant-1b7e296a8a4229ad46c78eee8766a31293736e8b.tar.bz2
merchant-1b7e296a8a4229ad46c78eee8766a31293736e8b.zip
preparatory steps for #6136
Diffstat (limited to 'src/lib/testing_api_cmd_pay_abort_refund.c')
-rw-r--r--src/lib/testing_api_cmd_pay_abort_refund.c21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/lib/testing_api_cmd_pay_abort_refund.c b/src/lib/testing_api_cmd_pay_abort_refund.c
index 7ecf8b78..918ad758 100644
--- a/src/lib/testing_api_cmd_pay_abort_refund.c
+++ b/src/lib/testing_api_cmd_pay_abort_refund.c
@@ -190,17 +190,16 @@ pay_abort_refund_run (void *cls,
GNUNET_assert (GNUNET_OK ==
TALER_string_to_amount (pars->refund_fee,
&refund_fee));
- pars->rh = TALER_EXCHANGE_refund2
- (is->exchange,
- &refund_amount,
- &refund_fee,
- h_contract_terms,
- &refund_entry->coin_pub,
- refund_entry->rtransaction_id,
- merchant_pub,
- &refund_entry->merchant_sig,
- &abort_refund_cb,
- pars);
+ pars->rh = TALER_EXCHANGE_refund2 (is->exchange,
+ &refund_amount,
+ &refund_fee,
+ h_contract_terms,
+ &refund_entry->coin_pub,
+ refund_entry->rtransaction_id,
+ merchant_pub,
+ &refund_entry->merchant_sig,
+ &abort_refund_cb,
+ pars);
GNUNET_assert (NULL != pars->rh);
}