Fix bug and update

This commit is contained in:
Swift
2023-11-29 22:59:52 +03:30
parent bce43bda11
commit a6a8d6ad5a
25 changed files with 12654 additions and 15098 deletions
+2 -1
View File
@@ -159,7 +159,8 @@ module.exports.updateUserOnArpa = (userData, arpa_businessID, db) => {
Address: userData.address,
PostalCode: userData.postal_code,
BusinessCategoryId: BusinessCategoryId(db),
BusinessID: arpa_businessID
BusinessID: arpa_businessID,
CheckExistNationalCode: true
}
return new Promise(async (resolve, reject) => {