summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-08 10:04:39 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-08 10:04:39 +0100
commit92d21ca315cf036d54a0ac83178ea79d7ebe7fd6 (patch)
treeb1606546d102b601481b60b6ec45340f0fa64e09 /src/lib
parentc0702a6f0a2f1d837892417a5a4292ad18f3e453 (diff)
downloadexchange-92d21ca315cf036d54a0ac83178ea79d7ebe7fd6.tar.gz
exchange-92d21ca315cf036d54a0ac83178ea79d7ebe7fd6.tar.bz2
exchange-92d21ca315cf036d54a0ac83178ea79d7ebe7fd6.zip
remove ebics (#6038)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/test_auditor_api.conf4
-rw-r--r--src/lib/test_exchange_api.c19
-rw-r--r--src/lib/test_exchange_api.conf4
-rw-r--r--src/lib/test_exchange_api_keys_cherry_picking.conf6
4 files changed, 7 insertions, 26 deletions
diff --git a/src/lib/test_auditor_api.conf b/src/lib/test_auditor_api.conf
index 3a12b3c5e..b3a2039e3 100644
--- a/src/lib/test_auditor_api.conf
+++ b/src/lib/test_auditor_api.conf
@@ -59,12 +59,12 @@ CONFIG = "postgres:///talercheck"
# advertised in /wire.
[account-1]
# What is the URL of our account?
-URL = "payto://iban/CH9300762011623852957"
+URL = "payto://x-taler-bank/localhost:8082/42"
# This is the response we give out for the /wire request. It provides
# wallets with the bank information for transfers to the exchange.
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json
# Which wire plugin should we used to access the account?
-PLUGIN = ebics
+PLUGIN = taler_bank
# ENABLE_CREDIT = YES
diff --git a/src/lib/test_exchange_api.c b/src/lib/test_exchange_api.c
index 4e8eb7e09..600e4c678 100644
--- a/src/lib/test_exchange_api.c
+++ b/src/lib/test_exchange_api.c
@@ -46,14 +46,6 @@
"test_exchange_api_expire_reserve_now.conf"
/**
- * Is the configuration file is set to include wire format 'ebics'?
- * Requires that EBICS /history function is implemented, which it
- * is currently not. Once it is, set ENABLE_CREDIT to YES in the
- * configuration and then set this option to 1.
- */
-#define WIRE_EBICS 0
-
-/**
* URL of the fakebank. Obtained from CONFIG_FILE's
* "exchange-wire-test:BANK_URI" option.
*/
@@ -148,7 +140,6 @@ static void
run (void *cls,
struct TALER_TESTING_Interpreter *is)
{
-
/**
* Checks made against /wire response.
*/
@@ -161,16 +152,6 @@ run (void *cls,
"x-taler-bank",
NULL,
MHD_HTTP_OK),
- #if WIRE_EBICS
- /**
- * Check if 'ebics' wire method is offered by the exchange.
- */
- TALER_TESTING_cmd_wire ("wire-sepa-1",
- "ebics",
- NULL,
- MHD_HTTP_OK),
- #endif
-
TALER_TESTING_cmd_end ()
};
diff --git a/src/lib/test_exchange_api.conf b/src/lib/test_exchange_api.conf
index ccb5a7821..44ade0d91 100644
--- a/src/lib/test_exchange_api.conf
+++ b/src/lib/test_exchange_api.conf
@@ -66,12 +66,12 @@ CONFIG = "postgres:///talercheck"
# advertised in /wire.
[account-1]
# What is the URL of our account?
-URL = "payto://iban/CH9300762011623852957"
+URL = "payto://x-taler-bank/localhost:8082/42"
# This is the response we give out for the /wire request. It provides
# wallets with the bank information for transfers to the exchange.
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json
# Which wire plugin should we used to access the account?
-PLUGIN = ebics
+PLUGIN = taler_bank
# ENABLE_CREDIT = YES
diff --git a/src/lib/test_exchange_api_keys_cherry_picking.conf b/src/lib/test_exchange_api_keys_cherry_picking.conf
index 79aba2c7d..bd6808630 100644
--- a/src/lib/test_exchange_api_keys_cherry_picking.conf
+++ b/src/lib/test_exchange_api_keys_cherry_picking.conf
@@ -71,10 +71,10 @@ CONFIG = "postgres:///talercheck"
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/iban.json
# What is the URL of our bank account? Must match WIRE_RESPONSE above!
-URL = payto://iban/FIXME
+URL = payto://x-taler-bank/localhost:8080/42
# Which plugin implements access for this account?
-PLUGIN = "ebics"
+PLUGIN = "taler_bank"
[account-2]
@@ -83,7 +83,7 @@ PLUGIN = "ebics"
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/x-taler-bank.json
# What is the URL of our bank account? Must match WIRE_RESPONSE above!
-URL = payto://x-taler-bank/http://localhost:8082/2
+URL = payto://x-taler-bank/localhost:8082/2
# Which plugin implements access for this account?
PLUGIN = "taler_bank"