Add independent payment-service (port 8012, payment_db) with foundation licensing, BYO-PSP, merchant accounts, idempotent requests, callbacks, and immutable ledger. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
138 B
Python
7 lines
138 B
Python
from app.models.domain import (
|
|
PspConnection,
|
|
PspConnectionHealthCheck,
|
|
PspCredentialVaultRef,
|
|
PspRoutingPolicy,
|
|
)
|