[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: fix FTBFS: rename ‘TALER_BANK_De
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: fix FTBFS: rename ‘TALER_BANK_DebitDetails’ member from ‘credit_account_url’ to ‘credit_account_uri’ |
Date: |
Fri, 13 Aug 2021 04:39:21 +0200 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 0b9486a5 fix FTBFS: rename ‘TALER_BANK_DebitDetails’ member from
‘credit_account_url’ to ‘credit_account_uri’
0b9486a5 is described below
commit 0b9486a54c3a9ebd55ff0b12c43a216ccc44a32d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Aug 12 22:37:36 2021 -0400
fix FTBFS: rename ‘TALER_BANK_DebitDetails’ member from
‘credit_account_url’ to ‘credit_account_uri’
---
src/testing/testing_api_cmd_post_transfers.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/testing/testing_api_cmd_post_transfers.c
b/src/testing/testing_api_cmd_post_transfers.c
index 55bbbf67..40f1d595 100644
--- a/src/testing/testing_api_cmd_post_transfers.c
+++ b/src/testing/testing_api_cmd_post_transfers.c
@@ -452,13 +452,13 @@ debit_cb (
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Bank reports transfer of %s to %s\n",
TALER_amount2s (&details->amount),
- details->credit_account_url);
+ details->credit_account_uri);
if (0 != TALER_amount_cmp (&pts->credit_amount,
&details->amount))
return GNUNET_OK;
pts->found = true;
pts->wtid = details->wtid;
- pts->credit_account = GNUNET_strdup (details->credit_account_url);
+ pts->credit_account = GNUNET_strdup (details->credit_account_uri);
pts->exchange_url = GNUNET_strdup (details->exchange_base_url);
return GNUNET_OK;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: fix FTBFS: rename ‘TALER_BANK_DebitDetails’ member from ‘credit_account_url’ to ‘credit_account_uri’,
gnunet <=