hotFix(worker_new): use postcode not postalCode
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
4abc8521d3
commit
0aa12a5efb
|
@ -169,7 +169,7 @@ module.exports = Self => {
|
|||
args.lastNames,
|
||||
args.fi,
|
||||
args.street,
|
||||
args.postalCode,
|
||||
args.postcode,
|
||||
args.city,
|
||||
args.provinceFk,
|
||||
args.companyFk,
|
||||
|
@ -186,7 +186,7 @@ module.exports = Self => {
|
|||
street: args.street,
|
||||
city: args.city,
|
||||
provinceFk: args.provinceFk,
|
||||
postalCode: args.postalCode,
|
||||
postalCode: args.postcode,
|
||||
mobile: args.phone,
|
||||
nickname: nickname,
|
||||
isDefaultAddress: true,
|
||||
|
|
Loading…
Reference in New Issue