Update Customer Registration

This commit is contained in:
aditya.siregar
2025-06-04 23:45:25 +07:00
parent 40b5ab5964
commit b5d6f7ff5b
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -135,5 +135,6 @@ func (r *memberRepository) toDomainRegistrationModel(dbModel *models.MemberRegis
UpdatedAt: dbModel.UpdatedAt,
BranchID: dbModel.BranchID,
CashierID: dbModel.CashierID,
Password: dbModel.Password,
}
}