exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit d3047fd439f639a35ae47554480feeda976fafbb
parent d1b6cfb766293bfd96fec0e5c93575854bc78b55
Author: Florian Dold <florian@dold.me>
Date:   Mon, 23 Sep 2024 21:40:36 +0200

fakebank: report sender_wire in bank integration API

Diffstat:
Msrc/bank-lib/fakebank_tbi_get_withdrawal_operation.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/bank-lib/fakebank_tbi_get_withdrawal_operation.c b/src/bank-lib/fakebank_tbi_get_withdrawal_operation.c @@ -120,6 +120,8 @@ TALER_FAKEBANK_tbi_get_withdrawal_operation_ ( wc->wo->confirmation_done), GNUNET_JSON_pack_string ("status", status_string), + GNUNET_JSON_pack_string ("sender_wire", + wc->wo->debit_account->payto_uri), GNUNET_JSON_pack_allow_null ( GNUNET_JSON_pack_string ("suggested_exchange", h->exchange_url)),