taler-docs

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

commit f8e4ef2938bd4301c5b02baeccd4a857ffb308b6
parent 51035934bad340c986ab8c0b35308d27d338c420
Author: Florian Dold <florian@dold.me>
Date:   Thu,  4 Dec 2025 19:14:56 +0100

-fix name

Diffstat:
Mdesign-documents/075-wallet-bban-support.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/design-documents/075-wallet-bban-support.rst b/design-documents/075-wallet-bban-support.rst @@ -48,7 +48,7 @@ Wallet-core: => | { ok: true, type: "iban" | "bban", paytoUri: string } | { ok: false } - convertPaytoIbanToAccountField({ paytoUri: string }) + convertIbanPaytoToAccountField({ paytoUri: string }) => { type: "iban" | "bban", value: string } * The ``getDepositWireTypes`` request returns a ``preferredEntryType: "iban" | "bban"`` flag