added street arg to updateFiscalData method
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-12-31 10:13:42 +01:00
parent 92d9435125
commit 4754d5481b
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ module.exports = Self => {
arg: 'postCode',
type: 'string'
},
{
arg: 'street',
type: 'string'
},
{
arg: 'city',
type: 'string'