We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cbade commit 44dfdf1Copy full SHA for 44dfdf1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.9.2
2
+
3
+* Bank account payment: fixed issue where the reference value passed to checkout is different from what is returned after transaction.
4
+* Increased width of checkout dialog.
5
+* Added flag to enable fullscreen checkout dialog.
6
+* Felt like doing some reorganising so I refactored some .dart files.
7
8
## 0.9.1+2
9
10
* Fixed build failure because of difference in type of passed and expected value of encrypt function.
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_paystack
description: A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
-version: 0.9.1+2
+version: 0.9.2
author: Wilberforce Uwadiegwu <[email protected]>
homepage: https://github.com/wilburt/flutter_paystack
0 commit comments