Update ArpaWebservice.js
This commit is contained in:
@@ -126,7 +126,8 @@ module.exports.saveUserToArpa = (userData, db) => {
|
||||
CityId: userData.city_id,
|
||||
Address: userData.address,
|
||||
PostalCode: userData.postal_code,
|
||||
BusinessCategoryId: BusinessCategoryId(db)
|
||||
BusinessCategoryId: BusinessCategoryId(db),
|
||||
CheckExistNationalCode: true
|
||||
}
|
||||
|
||||
return new Promise(async (resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user