@@ -296,6 +296,7 @@ const openPricing = (title, data) => {
})
} else {
Object.assign(pricingData, data)
+ pricingData.id = data.ID
}