mirror of
https://github.com/valitydev/org-manager.git
synced 2024-11-06 00:15:23 +00:00
update bouncer proto + add invitation id in context
This commit is contained in:
parent
57cae09d82
commit
5b5d4919ac
2
pom.xml
2
pom.xml
@ -74,7 +74,7 @@
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>bouncer-proto</artifactId>
|
||||
<version>1.17-73e5e40</version>
|
||||
<version>1.20-7dee26e</version>
|
||||
</dependency>
|
||||
<!--spring-->
|
||||
<dependency>
|
||||
|
@ -115,7 +115,7 @@ public class BouncerContextFactory {
|
||||
InvitationDto invitationDto = bouncerContext.getInvitation();
|
||||
Invitee invitee = new Invitee();
|
||||
invitee.setEmail(invitationDto.getEmail());
|
||||
// TODO set invitationId
|
||||
orgManagementInvitation.setId(invitationDto.getInvitationId());
|
||||
}
|
||||
return orgManagementInvitation;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user