8000 Added note about wp_api is only for 2.6 or later · brumar/wc-api-python@08d5197 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 08d5197

Browse files
Added note about wp_api is only for 2.6 or later
1 parent 4297058 commit 08d5197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Setup for the old WooCommerce API v3:
3939
consumer_secret="cs_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
4040
)
4141
42-
Setup for the new WP REST API integration:
42+
Setup for the new WP REST API integration (WooCommerce 2.6 or later):
4343

4444
.. code-block:: python
4545
@@ -65,7 +65,7 @@ Options
6565
+--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
6666
| ``consumerSecret`` | ``string`` | yes | Your API consumer secret |
6767
+--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
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) |
6969
+--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+
7070
| ``version`` | ``string`` | no | API version, default is ``v3`` |
7171
+--------------------+-------------+----------+-------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)
0