generated from PenaSide/GolangTemplate
docs: fix diagram syntax
This commit is contained in:
parent
ce2385b45b
commit
2c583b64bb
@ -1,5 +1,3 @@
|
|||||||
---
|
|
||||||
|
|
||||||
**UseCase оплата корзины (успешно):**
|
**UseCase оплата корзины (успешно):**
|
||||||
|
|
||||||
```plantuml
|
```plantuml
|
||||||
@ -36,11 +34,8 @@ Frontend <-- CustomerService : Ответ об успешной оплате к
|
|||||||
```plantuml
|
```plantuml
|
||||||
participant Frontend
|
participant Frontend
|
||||||
participant CustomerService
|
participant CustomerService
|
||||||
participant AuthService
|
|
||||||
participant HubAdminService
|
participant HubAdminService
|
||||||
participant DiscountService
|
participant DiscountService
|
||||||
participant PaymentService
|
|
||||||
participant CBRFService
|
|
||||||
database CustomerServiceDB
|
database CustomerServiceDB
|
||||||
|
|
||||||
Frontend -> CustomerService : Начало оплаты
|
Frontend -> CustomerService : Начало оплаты
|
||||||
|
Loading…
Reference in New Issue
Block a user