Skip to content

Commit d6778bf

Browse files
committed
Restoring config flags
1 parent 3c9f186 commit d6778bf

File tree

1 file changed

+4
-0
lines changed
  • app/code/Meta/BusinessExtension/Model/System

1 file changed

+4
-0
lines changed

app/code/Meta/BusinessExtension/Model/System/Config.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
*/
3737
class Config
3838
{
39+
public const META_PRODUCT_SET_ID = 'meta_product_set_id';
40+
public const CATEGORY_SYNC_TO_FACEBOOK = 'sync_to_facebook_catalog';
3941
private const VERSION_CACHE_KEY = 'meta-business-extension-version';
4042
private const EXTENSION_PACKAGE_NAME = 'meta/meta-for-magento2';
4143

@@ -75,6 +77,8 @@ class Config
7577
public const XML_PATH_FACEBOOK_BUSINESS_EXTENSION_ACCESS_TOKEN = 'facebook/business_extension/access_token';
7678
public const XML_PATH_FACEBOOK_BUSINESS_EXTENSION_CLIENT_ACCESS_TOKEN =
7779
'facebook/business_extension/client_access_token';
80+
public const XML_PATH_FACEBOOK_BUSINESS_EXTENSION_PAGE_ACCESS_TOKEN =
81+
'facebook/business_extension/page_access_token';
7882
private const XML_PATH_FACEBOOK_BUSINESS_EXTENSION_OUT_OF_STOCK_THRESHOLD =
7983
'facebook/catalog_management/out_of_stock_threshold';
8084

0 commit comments

Comments
 (0)