taler-docs

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

commit f66ba2f6c52c8bdcee4cf150d8f496ec5fbac7f0
parent ee167631b98ec3b39fb8c013dc11145a3797306c
Author: Torsten Grote <t@grobox.de>
Date:   Mon, 20 Jul 2020 11:04:30 -0300

Withdrawal Flow: Changing exchange before confirmation

Diffstat:
Mdesign-documents/004-wallet-withdrawal-flow.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/design-documents/004-wallet-withdrawal-flow.rst b/design-documents/004-wallet-withdrawal-flow.rst @@ -87,8 +87,8 @@ The user flow between these screens is described in the following graph: accept_tos -> withdraw [label="Yes"]; accept_tos -> select_exchange [label="No"]; withdraw -> withdrawal_action; + withdraw -> select_exchange [label="Change Exchange"]; withdrawal_action -> transactions [label="Confirm"]; - withdrawal_action -> select_exchange [label="Change Exchange"]; { rank=same; tos_accepted; tos_changed; } { rank=same; select_exchange; tos; }