fix: Add missing bank fields in SampleService AppUser constructor
This commit is contained in:
@@ -614,6 +614,10 @@ public class SampleService {
|
|||||||
actor.city(),
|
actor.city(),
|
||||||
actor.email(),
|
actor.email(),
|
||||||
actor.phoneNumber(),
|
actor.phoneNumber(),
|
||||||
|
actor.accountHolder(),
|
||||||
|
actor.bankName(),
|
||||||
|
actor.iban(),
|
||||||
|
actor.bic(),
|
||||||
actor.passwordHash(),
|
actor.passwordHash(),
|
||||||
actor.active(),
|
actor.active(),
|
||||||
actor.role(),
|
actor.role(),
|
||||||
|
|||||||
Reference in New Issue
Block a user