Fix bug and update
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user