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.0
2+
3+ * Reintroduced and improved bank payment
4+ * Minor bug fixes
5+ Z
16## 0.10.0 (Breaking change)
27
38
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class BaseApiService {
1414 'bindings_version' : Platform .isIOS
1515 ? '3.0.5' // Latest version of Paystack official iOS SDK
1616 : '3.0.10' , // Latest version of Paystack official Android SDK
17- 'X-FLUTTER-USER-AGENT' : jsonEncode ({'version' : '0.10 .0' })
17+ 'X-FLUTTER-USER-AGENT' : jsonEncode ({'version' : '1.0 .0' })
1818 };
1919 final String baseUrl = 'https://standard.paystack.co' ;
2020}
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 : 0.10 .0
3+ version : 1.0 .0
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