6847c44869
* Whitelist the mollie plugin and ensure it does not crash on activation. * Improve error messages for failed plugin installs. * Add the payment provider screen for the Mollie payment provider. * Revert change to try/catch activation, its not needed. * Move the whitelist of mollie to Onboarding.php. * Add api fetch to dep list of components, update the node setup workflow on gh actions. * Pass indsutry to the klarna tests to avoid a crash. * Add some tests for the mollie payment method. * Remove redundant change to handler. * Add a changelog entry for the feature. * fix name of option * Add testing instructions Co-authored-by: Rebecca Scott <me@becdetat.com> |
||
---|---|---|
.. | ||
src | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
package.json |
README.md
Components
This packages includes a library of components that can be used to create pages in the WooCommerce dashboard and reports pages.
Installation
Install the module
npm install @woocommerce/components --save
View the full Component documentation for usage information.