modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into a struct (simplifies merchant later)
This commit is contained in:
parent
70a8aca668
commit
035c505c71
@ -1722,6 +1722,7 @@ struct TALER_EXCHANGE_DepositData
|
||||
* yet execute the transaction
|
||||
*/
|
||||
struct TALER_Amount coin_contribution;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
@ -112,6 +112,7 @@ deposit_wtid_cb (void *cls,
|
||||
{
|
||||
case MHD_HTTP_OK:
|
||||
tts->wtid = dd->wtid;
|
||||
|
||||
if (NULL != tts->bank_transfer_reference)
|
||||
{
|
||||
const struct TALER_TESTING_Command *bank_transfer_cmd;
|
||||
|
Loading…
Reference in New Issue
Block a user