Is it possible to add custom events without having to create an issue ?
I want to add to customer two keys, new_special_price and special_price_response
such as
events: { ..., customer: { ..., new_special_price : { en: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_PRICE_EN || null, bg: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_PRICE_BG || null, ... }, special_price_response: { en: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_RESPONSE_EN || null, bg: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_RESPONSE_BG || null, ... }, }, ..., },
Is it possible to add custom events without having to create an issue ?
I want to add to customer two keys, new_special_price and special_price_response
such as
events: { ..., customer: { ..., new_special_price : { en: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_PRICE_EN || null, bg: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_PRICE_BG || null, ... }, special_price_response: { en: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_RESPONSE_EN || null, bg: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_RESPONSE_BG || null, ... }, }, ..., },