diff --git a/doc/order-state.drawio b/doc/order-state.drawio deleted file mode 100644 index 1702a66..0000000 --- a/doc/order-state.drawio +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/order-state.md b/doc/order-state.md new file mode 100644 index 0000000..c0f8380 --- /dev/null +++ b/doc/order-state.md @@ -0,0 +1,13 @@ +```mermaid +stateDiagram-v2 + [*] --> Wait + Wait --> Active + Active --> End + Wait --> Cancelled + Active --> ChallengeSuccess + Cancelled --> [*] + End --> [*] + ChallengeSuccess --> [*] + +``` +