aboutsummaryrefslogtreecommitdiff
path: root/src/cli/test_iban.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/test_iban.sh')
-rwxr-xr-xsrc/cli/test_iban.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh
index 54d8b06..fe6f59c 100755
--- a/src/cli/test_iban.sh
+++ b/src/cli/test_iban.sh
@@ -284,7 +284,7 @@ echo -n "Configuring Anastasis IBAN account ..."
284anastasis-config -c $CONF \ 284anastasis-config -c $CONF \
285 -s authorization-iban \ 285 -s authorization-iban \
286 -o CREDIT_IBAN \ 286 -o CREDIT_IBAN \
287 -V ${IBAN1} 287 -V ${IBAN_CREDIT}
288anastasis-config -c $CONF \ 288anastasis-config -c $CONF \
289 -s authorization-iban \ 289 -s authorization-iban \
290 -o WIRE_GATEWAY_URL \ 290 -o WIRE_GATEWAY_URL \
@@ -341,7 +341,7 @@ anastasis-reducer -a \
341 enter_user_attributes < $B1FILE > $B2FILE 2>> test_reducer.err 341 enter_user_attributes < $B1FILE > $B2FILE 2>> test_reducer.err
342echo -n "," 342echo -n ","
343 343
344BASEIBAN=`echo $IBAN2 | gnunet-base32` 344BASEIBAN=`echo $IBAN_DEBIT | gnunet-base32`
345anastasis-reducer -a \ 345anastasis-reducer -a \
346 "$(jq -n '{ authentication_method: { 346 "$(jq -n '{ authentication_method: {
347 type: "iban", 347 type: "iban",