This commit is contained in:
Marek Lenczewski
2026-04-18 07:41:09 +02:00
parent 18fc50c75b
commit bf6f5456d6
63 changed files with 288 additions and 21 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