File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Setup for the old WooCommerce API v3:
39
39
consumer_secret = " cs_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
40
40
)
41
41
42
- Setup for the new WP REST API integration:
42
+ Setup for the new WP REST API integration (WooCommerce 2.6 or later) :
43
43
44
44
.. code-block :: python
45
45
@@ -65,7 +65,7 @@ Options
65
65
+--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
66
66
| ``consumerSecret `` | ``string `` | yes | Your API consumer secret |
67
67
+--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
68
- | ``wp_api `` | ``bool `` | no | Allow requests to the WP REST API |
68
+ | ``wp_api `` | ``bool `` | no | Allow requests to the WP REST API (WooCommerce 2.6 or later) |
69
69
+--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
70
70
| ``version `` | ``string `` | no | API version, default is ``v3 `` |
71
71
+--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments