Compare commits
No commits in common. "9c18223d5707efd8e9f310d4b0f9d8e813a87e39" and "1f7f47f12e4ee33a02a7f714905efd00e0a3ecef" have entirely different histories.
9c18223d57
...
1f7f47f12e
2 changed files with 0 additions and 37 deletions
|
|
@ -1,3 +0,0 @@
|
|||
# iss-1b3092823a38-attempt-1
|
||||
|
||||
Forge 이슈 작업 브랜치 `forge/iss-1b3092823a38-attempt-1`.
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
sequenceDiagram
|
||||
participant User
|
||||
participant Payment Service
|
||||
participant DB
|
||||
participant External Gateway
|
||||
|
||||
User->>Payment Service: Initiate Payment
|
||||
activate Payment Service
|
||||
Payment Service->>DB: Begin Transaction
|
||||
activate DB
|
||||
DB-->>Payment Service: Transaction Started
|
||||
deactivate DB
|
||||
Payment Service->>External Gateway: Request Payment Authorization
|
||||
activate External Gateway
|
||||
|
||||
alt Successful Authorization
|
||||
External Gateway-->>Payment Service: Authorization Success
|
||||
Payment Service->>DB: Commit Transaction
|
||||
activate DB
|
||||
DB-->>Payment Service: Transaction Committed
|
||||
deactivate DB
|
||||
Payment Service-->>User: Payment Successful
|
||||
else Authorization Failed
|
||||
External Gateway-->>Payment Service: Authorization Failure
|
||||
Payment Service->>DB: Rollback Transaction
|
||||
activate DB
|
||||
DB-->>Payment Service: Transaction Rolled Back
|
||||
deactivate DB
|
||||
Payment Service-->>User: Payment Failed
|
||||
end
|
||||
|
||||
autonumber
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue