aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_bank_service.h19
-rw-r--r--src/include/taler_testing_lib.h18
2 files changed, 10 insertions, 27 deletions
diff --git a/src/include/taler_bank_service.h b/src/include/taler_bank_service.h
index e0970cb12..e8e32947b 100644
--- a/src/include/taler_bank_service.h
+++ b/src/include/taler_bank_service.h
@@ -367,10 +367,6 @@ struct TALER_BANK_CreditDetails
*/
const char *debit_account_uri;
- /**
- * payto://-URL of the target account that received the funds.
- */
- const char *credit_account_uri;
};
@@ -410,6 +406,11 @@ struct TALER_BANK_CreditHistoryResponse
{
/**
+ * payto://-URL of the target account that received the funds.
+ */
+ const char *credit_account_uri;
+
+ /**
* Array of transactions received.
*/
const struct TALER_BANK_CreditDetails *details;
@@ -518,11 +519,6 @@ struct TALER_BANK_DebitDetails
const char *exchange_base_url;
/**
- * payto://-URI of the source account that send the funds.
- */
- const char *debit_account_uri;
-
- /**
* payto://-URI of the target account that received the funds.
*/
const char *credit_account_uri;
@@ -566,6 +562,11 @@ struct TALER_BANK_DebitHistoryResponse
{
/**
+ * payto://-URI of the source account that send the funds.
+ */
+ const char *debit_account_uri;
+
+ /**
* Array of transactions initiated.
*/
const struct TALER_BANK_DebitDetails *details;
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 4fedb93c7..72d70d00a 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -968,24 +968,6 @@ TALER_TESTING_cmd_exec_wget (const char *label,
/**
- * Request fetch-transactions via "wget".
- *
- * @param label command label.
- * @param username username to use
- * @param password password to use
- * @param bank_base_url base URL of the nexus
- * @param account_id account to fetch transactions for
- * @return the command.
- */
-struct TALER_TESTING_Command
-TALER_TESTING_cmd_nexus_fetch_transactions (const char *label,
- const char *username,
- const char *password,
- const char *bank_base_url,
- const char *account_id);
-
-
-/**
* Make a "expire" CMD.
*
* @param label command label.