@veloceapps/sdk 11.0.0-94 → 11.0.0-96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -473,8 +473,8 @@ class ConfigurationService {
473
473
  }
474
474
  isRootGenerated = true;
475
475
  }
476
- if (transactionItem) {
477
- const guidedSellingResult = this.guidedSellingService.guidedSellingResult;
476
+ const guidedSellingResult = this.guidedSellingService.guidedSellingResult;
477
+ if (transactionItem && Object.keys(guidedSellingResult).length && isRootGenerated) {
478
478
  transactionItem.attributes = Object.entries(guidedSellingResult).map(([attributeName, value]) => ({
479
479
  attributeName,
480
480
  value,