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+
16## 1.0.3
27* Fixed issue with using disposed context(#26 )
38* 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 {
1111 'X-Paystack-Build' : PlatformInfo ().paystackBuild,
1212 'X-PAYSTACK-USER-AGENT' :
1313 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
1515 'X-FLUTTER-USER-AGENT' : jsonEncode ({'version' : '1.0.0' })
1616 };
1717 final String baseUrl = 'https://standard.paystack.co' ;
Original file line number Diff line number Diff line change 11name : flutter_paystack
22description : 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
44author :
Wilberforce Uwadiegwu <[email protected] > 55homepage : https://github.com/wilburt/flutter_paystack
66
You can’t perform that action at this time.
0 commit comments