antinvestor_api_payment 1.52.1
antinvestor_api_payment: ^1.52.1 copied to clipboard
Dart client library for Ant Investor Payment Service - Payment processing and transactions
Changelog #
1.50.2 - 2025-12-22 #
Changed #
- Refactored client code to use common
ConnectClientBasepattern - Simplified client creation with
newXxxClient()factory functions - Removed redundant
client_factory.dartfiles - All common client functionality now in
antinvestor_api_common
Added #
- Type aliases for convenience (e.g.,
DeviceClient,ChatClient) ClientOptionsfor flexible client configuration- Support for
noAuthmode for unauthenticated requests
1.47.0 - 2025-10-27 #
🚀 New Features #
- Enhanced payment processing workflows
- Added support for additional payment methods
- Improved transaction status tracking
Changed #
- Migrated from gRPC Gateway to Connect RPC protocol
- Updated to latest common code and dependencies
- Optimized payment verification process
Fixed #
- Resolved issues with payment verification
- Fixed race conditions in transaction processing
- Addressed security vulnerabilities in payment flows