...
|
...
|
@@ -129,8 +129,7 @@ exports.saveAddress = (req, res, next) => { |
|
|
email: req.body.email,
|
|
|
id: decodeURIComponent(req.body.id),
|
|
|
mobile: req.body.mobile,
|
|
|
zip_code: req.body.zip_code,
|
|
|
udid: req.cookies._yasvd || 'yoho'
|
|
|
zip_code: req.body.zip_code
|
|
|
}).then(result => {
|
|
|
res.json(result);
|
|
|
}).catch(next);
|
...
|
...
|
|