return fee as well
This commit is contained in:
parent
532440acf8
commit
15daa78127
@ -178,9 +178,13 @@ handle_refund_finished (void *cls,
|
|||||||
{
|
{
|
||||||
ep = &exchange_pub;
|
ep = &exchange_pub;
|
||||||
es = &exchange_sig;
|
es = &exchange_sig;
|
||||||
|
<<<<<<< HEAD
|
||||||
TALER_amount_ntoh (&ra,
|
TALER_amount_ntoh (&ra,
|
||||||
&rh->depconf.refund_fee);
|
&rh->depconf.refund_fee);
|
||||||
rf = &ra;
|
rf = &ra;
|
||||||
|
=======
|
||||||
|
rf = &rh->depconf.refund_fee;
|
||||||
|
>>>>>>> return fee as well
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MHD_HTTP_BAD_REQUEST:
|
case MHD_HTTP_BAD_REQUEST:
|
||||||
|
Loading…
Reference in New Issue
Block a user