Compare commits
No commits in common. "2e864511fb3b759da2796a22b378d950a860e5ad" and "04f1c6ed6ea3ec4bf4ff17fc3b4289ac8c73907a" have entirely different histories.
2e864511fb
...
04f1c6ed6e
2 changed files with 0 additions and 35 deletions
|
|
@ -1,3 +0,0 @@
|
|||
# iss-81c03d204ddd-attempt-1-run-c46c886cd339
|
||||
|
||||
Forge 이슈 작업 브랜치 `forge/iss-81c03d204ddd-attempt-1-run-c46c886cd339`.
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
```mermaid
|
||||
sequenceDiagram
|
||||
participant User
|
||||
participant PaymentGateway
|
||||
participant PaymentService
|
||||
participant Database
|
||||
|
||||
User->>+PaymentService: Start Payment
|
||||
PaymentService->>+PaymentGateway: Process Payment
|
||||
PaymentGateway-->>-PaymentService: Payment Success
|
||||
PaymentService->>Database: Record Payment
|
||||
Database-->>-PaymentService: Payment Recorded
|
||||
PaymentService-->>-User: Payment Confirmed
|
||||
|
||||
%% External Failure
|
||||
User->>+PaymentService: Start Payment
|
||||
PaymentService->>+PaymentGateway: Process Payment
|
||||
PaymentGateway-->>-PaymentService: Payment Failed
|
||||
PaymentService-->>-User: Payment Failed
|
||||
|
||||
%% DB Failure
|
||||
User->>+PaymentService: Start Payment
|
||||
PaymentService->>+PaymentGateway: Process Payment
|
||||
PaymentGateway-->>-PaymentService: Payment Success
|
||||
PaymentService->>Database: Record Payment
|
||||
Database-->>-PaymentService: DB Failure
|
||||
PaymentService-->>-User: Payment Processing Error
|
||||
|
||||
%% Commit/Rollback
|
||||
Note over PaymentService: Commit if successful
|
||||
Note over PaymentService: Rollback if there's an error
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue