File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.3+1
2
+ * Fixed issue with wrong plugin class in pubspec.yaml (#45 )
3
+ * Added spaces to initial string for card number field
4
+
5
+
1
6
## 1.0.3
2
7
* Fixed issue with using disposed context(#26 )
3
8
* Removed hardcoded currency text in the checkout prompt (#30 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ mixin BaseApiService {
11
11
'X-Paystack-Build' : PlatformInfo ().paystackBuild,
12
12
'X-PAYSTACK-USER-AGENT' :
13
13
jsonEncode ({'lang' : Platform .isIOS ? 'objective-c' : 'kotlin' }),
14
- 'bindings_version' : "1.3.0" , // TODO: Update for every new versions
14
+ 'bindings_version' : "1.3.0+1 " , // TODO: Update for every new versions
15
15
'X-FLUTTER-USER-AGENT' : jsonEncode ({'version' : '1.0.0' })
16
16
};
17
17
final String baseUrl = 'https://standard.paystack.co' ;
Original file line number Diff line number Diff line change 1
1
name : flutter_paystack
2
2
description : A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
3
- version : 1.0.3
3
+ version : 1.0.3+1
4
4
author : Wilberforce Uwadiegwu <faradaywilly@gmail.com>
5
5
homepage : https://github.com/wilburt/flutter_paystack
6
6
You can’t perform that action at this time.
0 commit comments