Releases: wilburx9/flutter_paystack
Releases · wilburx9/flutter_paystack
v1.0.1+1
v1.0.1
v1.0.0
v0.10.0
- Security Improvement: Removed usage of the secret key in checkout
- Removed support for bank payment (requires secret key)
- Transaction initialization and verification is no longer being handled by the checkout function (requires secret key)
- Handled Gateway timeout error
- Returning last for digits instead full card number after payment
v0.9.3
v0.9.2
- Bank account payment: fixed issue where the reference value passed to checkout is different from what is returned after transaction.
- Increased width of checkout dialog.
- Added flag to enable fullscreen checkout dialog.
- Felt like doing some reorganising so I refactored some .dart files.