Skip to content

Commit 66acd0d

Browse files
committed
Hard-coded bindings_version
1 parent 2c7c3e0 commit 66acd0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/src/api/service/base_service.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +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': Platform.isIOS
15-
? '3.0.5' // Latest version of Paystack official iOS SDK
16-
: '3.0.10', // Latest version of Paystack official Android SDK
14+
'bindings_version': "1.0.2+1", // TODO: Update for every new versions
1715
'X-FLUTTER-USER-AGENT': jsonEncode({'version': '1.0.0'})
1816
};
1917
final String baseUrl = 'https://standard.paystack.co';

0 commit comments

Comments
 (0)