commit 746a2c9529d5a7e8f43e7629bc63b8c8a8703e5a parent af19404f01ecb1ce7915b35aee791f418f4b9636 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 19 Mar 2021 14:27:22 -0400 change markup of ‘transfer_done’ from ' to `` Diffstat:
| M | core/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; }