mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
refactor(core): update RegisterPayloadMapper to include additional us… (#3076)
This commit is contained in:
parent
5c961c6937
commit
53c766b343
@ -18,4 +18,6 @@ fun BeneficiaryPayload.toDto(): BeneficiaryCreatePayloadDto =
|
||||
name = name,
|
||||
accountNumber = accountNumber,
|
||||
accountType = accountType,
|
||||
transferLimit = transferLimit,
|
||||
officeName = officeName,
|
||||
)
|
||||
|
||||
@ -19,4 +19,8 @@ fun RegisterPayload.toDto(): RegisterPayloadDto =
|
||||
username = username,
|
||||
email = email,
|
||||
password = password,
|
||||
authenticationMode = authenticationMode,
|
||||
accountNumber = accountNumber,
|
||||
middleName = middleName,
|
||||
mobileNumber = mobileNumber,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user