commit 9aea61b1f29a58858844ee3a81fb920dab91f77c
parent e787cda20315b1ed4a82f83d04824b5836d5ac72
Author: Florian Dold <florian@dold.me>
Date: Wed, 22 May 2024 10:26:00 +0200
bank integration API: field is deprecated
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst
@@ -243,6 +243,7 @@ for the withdrawal operation (the ``WITHDRAWAL_ID``) to interact with the withdr
// It may contain withdrawal operation id
confirm_transfer_url?: string;
+ // @deprecated since **v1**, use ``status`` instead
// The transfer has been confirmed and registered by the bank.
// Does not guarantee that the funds have arrived at the exchange already.
transfer_done: boolean;