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) {