Cheque Done

This commit is contained in:
2026-01-16 13:22:40 +05:30
parent 5f7852958b
commit 658d1be536
3 changed files with 20 additions and 15 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();
}
}