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>
16 lines
367 B
Python
16 lines
367 B
Python
from app.models.domain import (
|
|
CreditProviderRegistration,
|
|
OutboxEvent,
|
|
PaymentAuditLog,
|
|
PaymentBundleDefinition,
|
|
PaymentConfiguration,
|
|
PaymentFeatureToggle,
|
|
PaymentPermission,
|
|
PaymentProviderAssignment,
|
|
PaymentRole,
|
|
PaymentSetting,
|
|
PaymentWorkspace,
|
|
PspProviderRegistration,
|
|
TenantPaymentBundle,
|
|
)
|