Files
aitbc/apps
aitbc 92ca4daaa7
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Successful in 11s
Integration Tests / test-service-integration (push) Successful in 44s
Python Tests / test-python (push) Failing after 1m24s
Security Scanning / security-scan (push) Has started running
feat: migrate payment service escrow operations to use centralized aitbc package HTTP client
- Replace httpx.AsyncClient with aitbc.AITBCHTTPClient in _create_bitcoin_escrow, release_payment, refund_payment
- Remove async context manager in favor of direct AITBCHTTPClient usage
- Replace status code checks with NetworkError exception handling
- Remove httpx import (no longer needed)
- Remove blank line after aitbc imports
- Consistent error handling across all escrow operations
2026-04-24 23:48:45 +02:00
..