Update ArpaWebservice.js

This commit is contained in:
Mr Swift
2023-11-03 22:55:32 +03:30
committed by GitHub
parent 5b7289d6ea
commit bce43bda11
+2 -1
View File
@@ -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) => {