diff --git a/internal/repository/notification.go b/internal/repository/notification.go index c7fb7e9..c279377 100644 --- a/internal/repository/notification.go +++ b/internal/repository/notification.go @@ -341,7 +341,7 @@ func (s *Store) GetBranchByWalletID(ctx context.Context, walletID int64) (domain ID: dbBranch.ID, Name: dbBranch.Name, Location: dbBranch.Location, - IsSuspended: dbBranch.IsActive, + IsActive: dbBranch.IsActive, WalletID: dbBranch.WalletID, BranchManagerID: dbBranch.BranchManagerID, CompanyID: dbBranch.CompanyID,