docs: fix relations missing from data model reference diagrams (#13474)

This commit is contained in:
Shahed Nasser
2025-09-11 13:31:03 +03:00
committed by GitHub
parent 29dca1ca48
commit d73591aafd
3 changed files with 5 additions and 1 deletions
@@ -13,6 +13,7 @@ This documentation provides a reference to the data models in the Cart Module
```mermaid
erDiagram
Cart ||--|| Address : shipping_address
Cart ||--|| LineItem : items
Cart ||--|| CreditLine : credit_lines
Cart ||--|| ShippingMethod : shipping_methods