NEFT and RTGS transaction error resolved
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// ignore_for_file: unused_local_variable
|
||||
|
||||
import 'package:dio/dio.dart';
|
||||
import '../../data/repositories/auth_repository.dart';
|
||||
|
||||
|
@@ -29,5 +29,3 @@ class ImpsService {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@@ -23,6 +23,7 @@ class NeftService {
|
||||
'NEFT transaction failed with status code: ${response.statusCode}');
|
||||
}
|
||||
} on DioException {
|
||||
print('DioException Occured');
|
||||
rethrow;
|
||||
} catch (e) {
|
||||
throw Exception('An unexpected error occurred: ${e.toString()}');
|
||||
|
@@ -1,5 +1,4 @@
|
||||
import 'package:dio/dio.dart';
|
||||
import 'package:kmobile/data/models/imps_transaction.dart';
|
||||
import 'package:kmobile/data/models/rtgs_response.dart';
|
||||
import 'package:kmobile/data/models/rtgs_transaction.dart';
|
||||
|
||||
@@ -29,6 +28,4 @@ class RtgsService {
|
||||
throw Exception('An unexpected error occurred: ${e.toString()}');
|
||||
}
|
||||
}
|
||||
|
||||
processImpsTransaction(ImpsTransaction impsTx) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user