aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-17 11:46:17 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-17 11:46:17 +0200
commit10f857c0093c30ca2b3bba98be3ab05ac5fcc238 (patch)
treeb5b50c7815840865358542468c7f088791bf6598
parent49e8df9ec0378698ef3823385050f5f1f24c6f0c (diff)
downloadanastasis-10f857c0093c30ca2b3bba98be3ab05ac5fcc238.tar.gz
anastasis-10f857c0093c30ca2b3bba98be3ab05ac5fcc238.zip
-remove unnecessary step as suggested by MS
-rwxr-xr-xsrc/cli/test_iban.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh
index cb31f6a..c3e858c 100755
--- a/src/cli/test_iban.sh
+++ b/src/cli/test_iban.sh
@@ -207,15 +207,6 @@ echo " OK"
207export LIBEUFIN_NEXUS_USERNAME=$DEBIT_USERNAME 207export LIBEUFIN_NEXUS_USERNAME=$DEBIT_USERNAME
208export LIBEUFIN_NEXUS_PASSWORD=$DEBIT_PASSWORD 208export LIBEUFIN_NEXUS_PASSWORD=$DEBIT_PASSWORD
209 209
210# FIXME: this command below likely not needed. Please
211# remove, run the test, and commit+push if it still works!
212prepare_nexus_account \
213 ebicsuserDebit \
214 ebicspartnerDebit \
215 bankconnection-debit \
216 nexus-bankaccount-debit \
217 sandbox-account-debit
218
219# Make credit user, will be Anastasis client. 210# Make credit user, will be Anastasis client.
220CREDIT_USERNAME=anastasis-credit-user 211CREDIT_USERNAME=anastasis-credit-user
221CREDIT_PASSWORD=anastasis-credit-password 212CREDIT_PASSWORD=anastasis-credit-password