This commit is contained in:
Marek
2026-04-19 19:22:36 +02:00
parent 18fc50c75b
commit 65157da61d
58 changed files with 222 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
- payment
- PaymentProvider interface + DummyPayment (always "paid") for dev
- routes: GET /payment/methods
- depends on: core
- room for growth: real providers as separate apps (Stripe, Mollie, Klarna, PayPal), refund API, webhook handling, 3DS/SCA flow, split payments

View File

@@ -0,0 +1,2 @@
- __init__.py (router, on_load, DummyPayment provider)
- manifest.yaml