Commit d24e453e authored by Sai Srinivas's avatar Sai Srinivas
Browse files

19-06-2025 By Sai Srinivas

Finance Module Test cases & Safe Area
parent 4807bee4
This diff is collapsed.
This diff is collapsed.
......@@ -1652,7 +1652,9 @@ class ApiCalling {
};
final res = await post(data, paymentRequesitionPaymentsListUrl, {});
if (res != null) {
debugPrint(res.body);
print(data);
print("payment req:${res.body}");
return paymentRequisitionPaymentsListResponse.fromJson(
jsonDecode(res.body),
);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment