Skip to content

Commit

Permalink
Update CustomersService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinRyazantsev authored Feb 29, 2024
1 parent 435c33e commit 5e58bcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Lykke.Mailerlite/GrpcServices/CustomersService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ await _commandsSender.Send(new CreateCustomerCommand
Email = request.Email,
Timestamp = request.Timestamp.ToDateTime(),
KycState = request.KycState,
// Note: this field is not passed by the KYC service. This task wasn't finished.
// Actually, there is no need to update KYC service to pass this field from there
// the value can be evaluated here by checking POA country status of the user
// take into account the POA can be empty
FromRestrictedArea = request.FromRestrictedArea
});

Expand Down

0 comments on commit 5e58bcd

Please sign in to comment.