Skip to content

Commit

Permalink
v103.3.0: Hotfix for deleted constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Verrière committed Dec 8, 2022
1 parent 5271f78 commit 347d2a3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Helper/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,24 @@ class Config
* @var string PRODUCT_AKENEO_MASTER
*/
public const PRODUCT_AKENEO_MASTER = 'akeneo_connector/product/akeneo_master';
/**
* Akeneo master of staging content flag config path
*
* @var string PRODUCT_ASSOCIATION_RELATED
*/
public const PRODUCT_ASSOCIATION_RELATED = 'akeneo_connector/product/association_related';
/**
* Akeneo master of staging content flag config path
*
* @var string PRODUCT_ASSOCIATION_UPSELL
*/
public const PRODUCT_ASSOCIATION_UPSELL = 'akeneo_connector/product/association_upsell';
/**
* Akeneo master of staging content flag config path
*
* @var string PRODUCT_AKENEO_MASTER
*/
public const PRODUCT_ASSOCIATION_CROSSELL = 'akeneo_connector/product/association_crossell';
/**
* Attribute types mapping config path
*
Expand Down

0 comments on commit 347d2a3

Please sign in to comment.