Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
added api contract changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Sep 8, 2023
1 parent 8d871df commit daf70d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class CollectionReportData {
String? oldConnectionNo;
String? userId;
String? paymentMode;
double? paymentAmount;
String? paymentAmount;

CollectionReportData(
{this.tenantName,
Expand Down

0 comments on commit daf70d7

Please sign in to comment.