We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7c3e0 commit 66acd0dCopy full SHA for 66acd0d
lib/src/api/service/base_service.dart
@@ -11,9 +11,7 @@ mixin BaseApiService {
11
'X-Paystack-Build': PlatformInfo().paystackBuild,
12
'X-PAYSTACK-USER-AGENT':
13
jsonEncode({'lang': Platform.isIOS ? 'objective-c' : 'kotlin'}),
14
- 'bindings_version': Platform.isIOS
15
- ? '3.0.5' // Latest version of Paystack official iOS SDK
16
- : '3.0.10', // Latest version of Paystack official Android SDK
+ 'bindings_version': "1.0.2+1", // TODO: Update for every new versions
17
'X-FLUTTER-USER-AGENT': jsonEncode({'version': '1.0.0'})
18
};
19
final String baseUrl = 'https://standard.paystack.co';
0 commit comments