feat(01-purchase-data-layer): add post-payment purchase data layer

Phase 1 complete:

- move purchase event to order confirmation after successful payment

- add backend purchase payload builder for transaction and ticket lines

- remove premature purchase push from przelewy24 redirect view
This commit is contained in:
2026-04-19 20:32:38 +02:00
parent 752b6c653e
commit 9de042946a
17 changed files with 528 additions and 23 deletions

4
.paul/docs/DB_SCHEMA.md Normal file
View File

@@ -0,0 +1,4 @@
# Database Schema
> Schemat bazy danych - tabele, kolumny, FK, indeksy.
> Uzupelnij gdy projekt bedzie korzystac z bazy danych.