mirror of
				https://github.com/D4M13N-D3V/comissions-app-core-api.git
				synced 2025-10-31 01:25:27 +00:00 
			
		
		
		
	fix: missing
This commit is contained in:
		
							parent
							
								
									8e2c3116c8
								
							
						
					
					
						commit
						16d4303ccc
					
				| @ -10,4 +10,5 @@ public class SellerProfileModel | ||||
|     public string Description { get; set; } | ||||
|     public string SocialMeidaLink4 { get; set; } | ||||
|     public string RequestGuidelines { get; set; } | ||||
|     public string Name { get; set; } | ||||
| } | ||||
| @ -11,6 +11,7 @@ public static class SellerProfileModelExtensions | ||||
|         return new SellerProfileModel() | ||||
|         { | ||||
|             Id = sellerProfile.Id, | ||||
|             Name = sellerProfile.Name, | ||||
|             SocialMeidaLink1 = sellerProfile.SocialMediaLink1, | ||||
|             SocialMeidaLink2 = sellerProfile.SocialMediaLink2, | ||||
|             SocialMeidaLink3 = sellerProfile.SocialMediaLink3, | ||||
| @ -59,6 +60,7 @@ public static class SellerProfileModelExtensions | ||||
|     } | ||||
|     public static UserSellerProfile ToModel(this SellerProfileModel sellerProfile, UserSellerProfile existingSellerProfile) | ||||
|     { | ||||
|         existingSellerProfile.Name = sellerProfile.Name; | ||||
|         existingSellerProfile.SocialMediaLink1 = sellerProfile.SocialMeidaLink1; | ||||
|         existingSellerProfile.SocialMediaLink2 = sellerProfile.SocialMeidaLink2; | ||||
|         existingSellerProfile.SocialMediaLink3 = sellerProfile.SocialMeidaLink3; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Damien Ostler
						Damien Ostler