feature/IO-3255-simplified-parts-management -Add Timezone default to provisioning
This commit is contained in:
@@ -172,7 +172,7 @@ const partsManagementProvisioning = async (req, res) => {
|
|||||||
country: p.country,
|
country: p.country,
|
||||||
email: p.email,
|
email: p.email,
|
||||||
external_shop_id: p.external_shop_id,
|
external_shop_id: p.external_shop_id,
|
||||||
timezone: p.timezone,
|
timezone: p.timezone || DefaultNewShop.timezone,
|
||||||
phone: p.phone,
|
phone: p.phone,
|
||||||
logo_img_path: {
|
logo_img_path: {
|
||||||
src: p.logoUrl,
|
src: p.logoUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user