Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 9bd7ab8

Browse files
committed
Pass in the telephone field in request for new user address
1 parent 4b0e798 commit 9bd7ab8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/api/v1/web/userAddresses/userAddresses.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ router.post(
5050
zipCode: req.bodyString("zipCode"),
5151
city: req.bodyString("city"),
5252
state: req.bodyString("state"),
53+
telephoneAreaCode: req.bodyString("telephoneAreaCode"),
54+
telephone: req.bodyString("telephone"),
5355
});
5456

5557
const newUserAddress = await db.sequelize

0 commit comments

Comments
 (0)