Compare commits

..

No commits in common. "main" and "forge/iss-5a912ed79baf-attempt-3" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View file

@ -1,3 +0,0 @@
# iss-87190c9836ac-attempt-1
Forge 이슈 작업 브랜치 `forge/iss-87190c9836ac-attempt-1`.

View file

@ -1,9 +0,0 @@
# Package Responsibility Map
| Package | Responsibility | Forbidden Dependencies |
|----------------|------------------------------------------------|------------------------|
| controller | Handles user input and orchestrates payment | domain |
| service | Contains business logic for payment processing | integration |
| repository | Data access layer for payment records | service |
| domain | Defines the core domain models and business rules| controller |
| integration | Communicates with external payment gateways | domain, service |