Skip to content

Commit

Permalink
VCST-1663: change user type to Customer for Register Request Command (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev committed Aug 15, 2024
1 parent 0746d75 commit a659401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace VirtoCommerce.ProfileExperienceApiModule.Data.Commands
{
public class RegisterRequestCommandHandler : IRequestHandler<RegisterRequestCommand, RegisterOrganizationResult>
{
private const string _userType = "Manager";
private const string _userType = "Customer";

private readonly IMapper _mapper;
private readonly IDynamicPropertyUpdaterService _dynamicPropertyUpdater;
Expand Down

0 comments on commit a659401

Please sign in to comment.