commit b0ee98cb4ddfaffd17b7691d774ca723aa8af359 parent 8f86af36379b3faef92e4afa5d9d11e1ebac4eaf Author: Florian Dold <florian@dold.me> Date: Wed, 10 Jun 2026 16:23:09 +0200 devtesting: fix arg name Diffstat:
| M | deployments/tops-stage-devtesting.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/deployments/tops-stage-devtesting.rst b/deployments/tops-stage-devtesting.rst @@ -59,9 +59,9 @@ Deposits: Deposit with KYC Auth .. code:: none - ssh -T devtesting@rusty.taler-ops.ch "fake-incoming --amount $AMOUNT --subject '$SUBJECT' --debitor-payto '$DEBITOR_PAYTO'" + ssh -T devtesting@rusty.taler-ops.ch "fake-incoming --amount $AMOUNT --subject '$SUBJECT' --debit-payto '$DEBIT_PAYTO'" - with the information shown in the wallet UI, where the ``$DEBITOR_PAYTO`` must contain the IBAN generated in step (2). + with the information shown in the wallet UI, where the ``$DEBIT_PAYTO`` must contain the IBAN generated in step (2). 5. The deposit transaction should now ask for KYC information. Fill out the corresponding form(s).