Live Testing #1

This commit is contained in:
2025-09-12 15:01:39 +05:30
parent d4bba6dc49
commit eba38c2e42
6 changed files with 24 additions and 15 deletions

View File

@@ -64,6 +64,10 @@ class BeneficiaryService {
'ifscCode': ifscCode,
'remitterName': remitterName,
},
options: Options(
sendTimeout: const Duration(seconds: 60),
receiveTimeout: const Duration(seconds: 60),
),
);
if (response.statusCode != 200) {
throw Exception("Invalid Beneficiary Details");