modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into a struct (simplifies merchant later)

This commit is contained in:
Christian Grothoff 2020-05-03 20:07:49 +02:00
parent 70a8aca668
commit 035c505c71
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 0 deletions

View File

@ -1722,6 +1722,7 @@ struct TALER_EXCHANGE_DepositData
* yet execute the transaction
*/
struct TALER_Amount coin_contribution;
};

View File

@ -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;