File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/code/Meta/BusinessExtension/Model/System Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 36
36
*/
37
37
class Config
38
38
{
39
+ public const META_PRODUCT_SET_ID = 'meta_product_set_id ' ;
40
+ public const CATEGORY_SYNC_TO_FACEBOOK = 'sync_to_facebook_catalog ' ;
39
41
private const VERSION_CACHE_KEY = 'meta-business-extension-version ' ;
40
42
private const EXTENSION_PACKAGE_NAME = 'meta/meta-for-magento2 ' ;
41
43
@@ -75,6 +77,8 @@ class Config
75
77
public const XML_PATH_FACEBOOK_BUSINESS_EXTENSION_ACCESS_TOKEN = 'facebook/business_extension/access_token ' ;
76
78
public const XML_PATH_FACEBOOK_BUSINESS_EXTENSION_CLIENT_ACCESS_TOKEN =
77
79
'facebook/business_extension/client_access_token ' ;
80
+ public const XML_PATH_FACEBOOK_BUSINESS_EXTENSION_PAGE_ACCESS_TOKEN =
81
+ 'facebook/business_extension/page_access_token ' ;
78
82
private const XML_PATH_FACEBOOK_BUSINESS_EXTENSION_OUT_OF_STOCK_THRESHOLD =
79
83
'facebook/catalog_management/out_of_stock_threshold ' ;
80
84
You can’t perform that action at this time.
0 commit comments