diff --git a/lib/src/api/service/bank_service.dart b/lib/src/api/service/bank_service.dart index a75f280f..0b93dc6f 100644 --- a/lib/src/api/service/bank_service.dart +++ b/lib/src/api/service/bank_service.dart @@ -75,7 +75,7 @@ class BankService with BaseApiService implements BankServiceContract { Future?> _fetchSupportedBanks() async { const url = - 'https://api.paystack.co/bank?gateway=emandate&pay_with_bank=true'; + 'https://api.paystack.co/bank?gateway=&pay_with_bank=true'; try { http.Response response = await http.get(url.toUri()); Map body = json.decode(response.body);