Skip to content

Commit 147fdc8

Browse files
committed
Changes for 1.3.0+1
1 parent 78c05e8 commit 147fdc8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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)

lib/src/api/service/base_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_paystack
22
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
44
author: Wilberforce Uwadiegwu <faradaywilly@gmail.com>
55
homepage: https://github.com/wilburt/flutter_paystack
66

0 commit comments

Comments
 (0)