File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
main/java/com/ibanity/apis/client/products/ponto_connect/models
java/com/ibanity/apis/client/products/ponto_connect/services/impl
resources/json/ponto-connect Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ public class Userinfo {
1515 private String representativeOrganizationName ;
1616 private UUID representativeOrganizationId ;
1717 private boolean paymentsActivated ;
18+ private boolean paymentsActivationRequested ;
1819 private boolean onboardingComplete ;
1920}
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ private Userinfo expected() {
6666 .representativeOrganizationId (UUID .fromString ("6680437c-8ed8-425b-84b7-2c31e5ca628f" ))
6767 .name ("New documentation" )
6868 .sub ("6680437c-8ed8-425b-84b7-2c31e5ca625d" )
69+ .paymentsActivationRequested (true )
6970 .build ();
7071 }
7172
Original file line number Diff line number Diff line change 44 "representativeOrganizationName" : " Awesome accountant" ,
55 "representativeOrganizationId" : " 6680437c-8ed8-425b-84b7-2c31e5ca628f" ,
66 "paymentsActivated" : true ,
7+ "paymentsActivationRequested" : true ,
78 "onboardingComplete" : true
89}
You can’t perform that action at this time.
0 commit comments