added street arg to updateFiscalData method
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
92d9435125
commit
4754d5481b
|
@ -41,6 +41,10 @@ module.exports = Self => {
|
|||
arg: 'postCode',
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
arg: 'street',
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
arg: 'city',
|
||||
type: 'string'
|
||||
|
|
Loading…
Reference in New Issue