File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,9 @@ Complete usage guide [HERE](https://www.facebook.com/business/help/5327492535761
79
79
* Move all files from the ` app/code/* ` directory in your extracted archive to the ` app/code ` directory in your Magento
80
80
project. Your Magento directory should now have a subdirectory named ` app/code/Meta/BusinessExtension ` .
81
81
82
+ > [ !IMPORTANT]
83
+ > To install the Meta Business SDK for PHP manually, run ` composer require facebook/php-business-sdk ` in your terminal or command prompt.
84
+
82
85
### Enable Extension
83
86
84
87
#### Enable Via Script
@@ -90,7 +93,7 @@ Complete usage guide [HERE](https://www.facebook.com/business/help/5327492535761
90
93
91
94
#### Enable Manually
92
95
93
- * Install the Facebook Business SDK for PHP (if you have not already) with ` composer require facebook/php-business-sdk ` .
96
+ * Install the Meta Business SDK for PHP (if you have not already) with ` composer require facebook/php-business-sdk ` .
94
97
* Run ` php bin/magento module:enable Meta_BusinessExtension Meta_Catalog Meta_Conversion Meta_Promotions Meta_Sales ` .
95
98
* Execute ` php bin/magento setup:static-content:deploy ` .
96
99
* Execute ` php bin/magento setup:upgrade ` .
You can’t perform that action at this time.
0 commit comments