taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit dd7e2f95cda8877d8ef640a51007e772de17ca6a
parent 746a2c9529d5a7e8f43e7629bc63b8c8a8703e5a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 14:27:32 -0400

mark up ‘false’

Diffstat:
Mcore/api-bank-integration.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst @@ -154,6 +154,6 @@ for the withdrawal operation (the ``wopid``) to interact with the withdrawal ope // URL that the user needs to navigate to in order to // complete some final confirmation (e.g. 2FA). // - // Only applicable when ``transfer_done`` is false. + // Only applicable when ``transfer_done`` is ``false``. confirm_transfer_url?: string; }