commit 3b316fdff72521864bdfdedd2af144cc8eb0ce0f
parent 80f06c861bf064b25c6aeb71bad36f98532d365d
Author: MS <ms@taler.net>
Date: Wed, 29 Nov 2023 12:49:10 +0100
fix nexus invocation
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/netzbon/withdraw.sh b/netzbon/withdraw.sh
@@ -13,15 +13,12 @@ RESERVE_PUB=$(taler-wallet-cli \
"amount":"'$CURRENCY':5"
}' | jq -r .result.reservePub)
DEBTOR_IBAN="CH8389144317421994586"
-NOW_MICROS=$(( `date +%s` * 1000000 ))
-
CAMT_054=$(sed \
-e "s/RESERVE_PUB/$RESERVE_PUB/" \
-e "s/BANK_ID/$(uuidgen | cut -c-34)/" \
-e "s/DEBTOR_IBAN/$DEBTOR_IBAN/" \
incoming_template.xml)
-echo "$CAMT_054" | libeufin-nexus ebics-fetch \
- -c $NEXUS_CONFIG_FILE --debug --debug-with-db
+echo "$CAMT_054" | libeufin-nexus ebics-fetch -c $NEXUS_CONFIG_FILE --import
taler-wallet-cli run-until-done