cloudpayments_api 1.2.0
cloudpayments_api: ^1.2.0 copied to clipboard
This package allows implementing payment acceptance into mobile, web, desktop apps and works as an extension to the CloudPayments API
Changelog #
1.2.0 #
- Migrated models and generated code to Freezed 3 style (
abstract/sealeddeclarations). - Updated
Recurrentmodel to a union withfallbackUnionand addedRecurrent.monthlyconstructor. - Updated SDK constraint to
>=3.8.0 <4.0.0. - Updated dependencies and codegen toolchain (
dio,retrofit,freezed,json_serializable,very_good_analysis). - Updated example callbacks to use inferred types.
1.1.0 #
- SberPay
- СБП: Replace SBP with generic QR code functionality.
- Replaced SBP-specific models (
SbpRequest,SbpResponse,SbpStatus) with generic QR code models (QrRequest,QrResponse,QrStatus). - Updated
CloudPaymentsApito use generic QR code endpoints (qrLinkCreate,qrImageCreate,getQrStatus). - Removed unused SBP files.
- Updated example to use new QR code functionality.
- Replaced SBP-specific models (
1.0.4 #
- Update dependencies and docs
1.0.3 #
- Change subscription models
1.0.2 #
- Change amount type to String
1.0.1 #
- Fix README.md and chore
1.0.0 #
- Initial version.