Extend bank transfer tool.
Find subject among payto parameters.
This commit is contained in:
parent
7c2de4c5e6
commit
680b671b29
@ -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 !=
|
||||||
|
Loading…
Reference in New Issue
Block a user