Goal: Extract payment gateway driver implementations and credential/config handling from core into a Payment Gateway Adapter plugin.
Scope:
- Identify gateway drivers in finance/payment code.
- Add plugin manifest and move provider code under src/plugins/core/payment-adapters/.
- Update SystemConfig keys to plugin-prefixed keys and migration path.
Acceptance:
- Core no longer contains gateway-specific implementations; plugin provides drivers and docs.