my_payment_ozow_package 0.3.2 my_payment_ozow_package: ^0.3.2 copied to clipboard
A Dart package facilitating seamless integration with the Ozow payment gateway. Simplify online payments by securely processing transactions in your Flutter applications.
Changelog #
All notable changes to my_payment_ozow_package
will be documented in this file.
[Unreleased] #
[0.0.1] - YYYY-MM-DD #
Added #
- Initial release of the
my_payment_ozow_package
. - Implemented
PaymentConfig
andPaymentService
classes. - Added methods to generate hash for payment requests.
- Implemented making payment requests via HTTP POST to the Ozow API.
- Basic error handling and response parsing.
Changed #
- Updated the README with basic usage instructions.
Deprecated #
- None
Removed #
- None
Fixed #
- Resolved issues related to hash generation for payment requests.
- Fixed HTTP POST request handling for payment requests.
[0.0.2] - YYYY-MM-DD #
Added #
- Implemented additional validation for payment requests.
- Enhanced error handling for various scenarios.
- Added more comprehensive unit tests.
Changed #
- Improved logging by integrating a logging framework.
Deprecated #
- None
Removed #
- Removed redundant code segments.
Fixed #
- Fixed bugs related to URL handling in the payment service.