From ef468e2bf7d6ebabfe3b43736175dbe4eb967db4 Mon Sep 17 00:00:00 2001 From: JuArce <52429267+JuArce@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:00:51 -0300 Subject: [PATCH] fix: use 'transfer' instead of 'send' --- mm-bot/docs/diagrams/order_processing.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-bot/docs/diagrams/order_processing.puml b/mm-bot/docs/diagrams/order_processing.puml index 199e6fcd..a13861da 100644 --- a/mm-bot/docs/diagrams/order_processing.puml +++ b/mm-bot/docs/diagrams/order_processing.puml @@ -10,7 +10,7 @@ OP -[#purple]> E : Get Order OP -> Database : Store Order OP -> OP : Processing Order OP -[#blue]> PR : Transfer funds -PR -[#blue]> U: Send funds +PR -[#blue]> U: Transfer funds OP -[#purple]> E : Repay funds OP -> Database : Store Order as completed