We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff5c50 commit 4f78cecCopy full SHA for 4f78cec
source/includes/wp-api-v1/_introduction.md
@@ -180,7 +180,7 @@ var WooCommerce = new WooCommerceAPI({
180
url: 'http://example.com', // Your store URL
181
consumerKey: 'consumer_key', // Your consumer key
182
consumerSecret: 'consumer_secret', // Your consumer secret
183
- wp_api: true, // Enable the WP REST API integration
+ wpAPI: true, // Enable the WP REST API integration
184
version: 'wc/v1' // WooCommerce WP REST API version
185
});
186
```
0 commit comments