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,
|
||||
email: p.email,
|
||||
external_shop_id: p.external_shop_id,
|
||||
timezone: p.timezone,
|
||||
timezone: p.timezone || DefaultNewShop.timezone,
|
||||
phone: p.phone,
|
||||
logo_img_path: {
|
||||
src: p.logoUrl,
|
||||
|
||||
Reference in New Issue
Block a user