1
This commit is contained in:
@@ -115,8 +115,7 @@ module.exports = {
|
||||
}
|
||||
delete planData.original_price;
|
||||
|
||||
if( planData.features)
|
||||
{
|
||||
if (planData.features) {
|
||||
planData.features = JSON.parse(planData.features);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user