From 6535ea90bb2e29f31e8af23216c2b2df03a670b5 Mon Sep 17 00:00:00 2001 From: Rahul Dev Garg <34365102+rahuldevgarg@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:22:05 +0530 Subject: [PATCH] PFM-4984 --- frontend/mgramseva/lib/repository/consumer_details_repo.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/mgramseva/lib/repository/consumer_details_repo.dart b/frontend/mgramseva/lib/repository/consumer_details_repo.dart index 89c35245..ca4bd49a 100644 --- a/frontend/mgramseva/lib/repository/consumer_details_repo.dart +++ b/frontend/mgramseva/lib/repository/consumer_details_repo.dart @@ -105,7 +105,7 @@ class ConsumerRepository extends BaseService { url: Url.FETCH_BILL, method: RequestType.POST, queryParameters: query, - body: {'RequestInfo': {}}, + body: {'RequestInfo': {...body}, ...body}, ); if (res != null) {