Skip to content

Commit

Permalink
fix: use 'transfer' instead of 'send'
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Feb 6, 2024
1 parent 3d69cb6 commit ef468e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm-bot/docs/diagrams/order_processing.puml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ef468e2

Please sign in to comment.