Test APK with Sim Binding and Cheque

This commit is contained in:
2026-01-16 13:53:03 +05:30
parent 1c3a07bd66
commit d89a4f5109
5 changed files with 201 additions and 63 deletions

View File

@@ -1,5 +1,3 @@
import 'dart:convert';
import 'package:dio/dio.dart';
class Cheque {
@@ -130,9 +128,6 @@ class ChequeService {
'tpin': tpin,
},
);
if (response.statusCode != 200) {
throw Exception(jsonEncode(response.data));
}
return response.toString();
}
}