19a91e3afc
When inserting a new set of API keys via the visual API endpoint, only 5 format values were specified in the 3rd param passed to the $wpdb->insert(); however, 6 values were specified in the 2nd param. This meant that the truncted_key value was being formatted as an integer only the first numerical characters of the last 7 character of the consumer key were being stored. For example, given a consumer key value of ck_e91f2aeae6c3dea3045293a3dbdf55c317ad762c the truncated_key value should be 7ad762c but instead, it was being stored at 7. |
||
---|---|---|
apigen | ||
assets | ||
dummy-data | ||
i18n | ||
includes | ||
templates | ||
tests | ||
.coveralls.yml | ||
.editorconfig | ||
.gitignore | ||
.jshintrc | ||
.scrutinizer.yml | ||
.travis.yml | ||
CONTRIBUTING.md | ||
Gruntfile.js | ||
README.md | ||
apigen.neon | ||
license.txt | ||
package.json | ||
phpunit.xml | ||
phpunit.xml.dist | ||
readme.txt | ||
uninstall.php | ||
woocommerce.php |
README.md
WooCommerce
Welcome to the WooCommerce repository on GitHub. Here you can browse the source, look at open issues and keep track of development. We recommend all developers to follow the WooCommerce development blog to stay up to date about everything happening in the project. You can also follow @DevelopWC on Twitter for the latest development updates.
If you are not a developer, please use the WooCommerce plugin page on WordPress.org.
Documentation
Support
This repository is not suitable for support. Please don't use our issue tracker for support requests, but for core WooCommerce issues only. Support can take place in the appropriate channels:
- The WooThemes premium support portal for customers who have purchased themes or extensions.
- Our public HelpDesk which is available for all WooCommerce users.
Support requests in issues on this repository will be closed on sight.
Contributing to WooCommerce
If you have a patch, or stumbled upon an issue with WooCommerce core, you can contribute this back to the code. Please read our contributor guidelines for more information how you can do this.
If you have an idea for WooCommerce, see the Roadmap Trello board.