Extend bank transfer tool.

Find subject among payto parameters.
This commit is contained in:
MS 2020-07-27 12:57:47 +02:00
parent 7c2de4c5e6
commit 680b671b29
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -408,6 +408,10 @@ execute_wire_transfer ()
GNUNET_SCHEDULER_shutdown (); GNUNET_SCHEDULER_shutdown ();
return; return;
} }
// See if subject was given as a payto-parameter.
if (NULL == subject)
subject = TALER_payto_get_subject (credit_account);
if (NULL != subject) if (NULL != subject)
{ {
if (GNUNET_OK != if (GNUNET_OK !=