Skip to content

Commit

Permalink
PFM-4984
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Nov 7, 2023
1 parent 2514088 commit 6535ea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6535ea9

Please sign in to comment.