Skip to content

Commit

Permalink
Merge pull request #450 from avinyafoundation/main
Browse files Browse the repository at this point in the history
bug fixed payment report
  • Loading branch information
YujithIsura authored Nov 5, 2024
2 parents e431944 + 7a94f52 commit abfe2ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions campus/bffs/profile/api/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
org = "avinyafoundation"
name = "profile_bff"
version = "1.1.0"
distribution = "2201.5.0"
version = "2.1.0"
distribution = "2201.8.7"

[build-options]
observabilityIncluded = true
2 changes: 1 addition & 1 deletion campus/frontend/lib/avinya/enrollment/lib/data/person.dart
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ Future<List<MainOrganization>> fetchClasses(int? id) async {

// Extract the child_organizations_for_dashboard field
final List<MainOrganization> classes =
(jsonResponse['child_organizations_for_dashboard'] as List)
(jsonResponse['child_organizations'] as List)
.map((data) => MainOrganization.fromJson(data))
.toList();

Expand Down

0 comments on commit abfe2ab

Please sign in to comment.