exchange

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

commit 680b671b298201809e89592f761e92c393757058
parent 7c2de4c5e6b7b1184d059057e1d412d6f0133816
Author: MS <ms@taler.net>
Date:   Mon, 27 Jul 2020 12:57:47 +0200

Extend bank transfer tool.

Find subject among payto parameters.

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

diff --git a/src/bank-lib/taler-bank-transfer.c b/src/bank-lib/taler-bank-transfer.c @@ -408,6 +408,10 @@ execute_wire_transfer () GNUNET_SCHEDULER_shutdown (); return; } + + // See if subject was given as a payto-parameter. + if (NULL == subject) + subject = TALER_payto_get_subject (credit_account); if (NULL != subject) { if (GNUNET_OK !=