summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/anastasis/anastasis-gtk_action.c2
-rw-r--r--src/testing/test_reducer.conf4
2 files changed, 5 insertions, 1 deletions
diff --git a/src/anastasis/anastasis-gtk_action.c b/src/anastasis/anastasis-gtk_action.c
index 0e929f9..786df84 100644
--- a/src/anastasis/anastasis-gtk_action.c
+++ b/src/anastasis/anastasis-gtk_action.c
@@ -1838,6 +1838,8 @@ translate_state (const char *state)
.out = _ ("challenge unknown") },
{ .in = "rate-limit-exceeded",
.out = _ ("wait, tries exceeded") },
+ { .in = "authentication-timeout",
+ .out = _ ("awaiting completion of authentication process") },
{ .in = NULL,
.out = NULL }
};
diff --git a/src/testing/test_reducer.conf b/src/testing/test_reducer.conf
index 28a5c2b..bc5da9c 100644
--- a/src/testing/test_reducer.conf
+++ b/src/testing/test_reducer.conf
@@ -11,7 +11,6 @@ CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
[anastasis]
DB = postgres
-PAYMENT_BACKEND_URL = http://localhost:9966/
ANNUAL_FEE = TESTKUDOS:0
# 4.99
TRUTH_UPLOAD_FEE = TESTKUDOS:0.0
@@ -19,6 +18,9 @@ UPLOAD_LIMIT_MB = 1
INSURANCE = TESTKUDOS:1.0
ANNUAL_POLICY_UPLOAD_LIMIT = 42
+[anastasis-merchant-backend]
+PAYMENT_BACKEND_URL = http://localhost:9966/
+
[authorization-question]
COST = TESTKUDOS:0.0