Skip to content

Commit 182e99e

Browse files
author
Patrick McCaffrey
committed
Add "CustomerGuid" to CustomerDto
1 parent 0a04240 commit 182e99e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Nop.Plugin.Api/DTOs/Customers/BaseCustomerDto.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ public class BaseCustomerDto : BaseDto
99
{
1010
private List<int> _roleIds;
1111

12+
[JsonProperty("customer_guid")]
13+
public Guid CustomerGuid { get; set; }
14+
1215
[JsonProperty("username")]
1316
public string Username { get; set; }
1417
/// <summary>

0 commit comments

Comments
 (0)