This is a feature plugin for accepting payments via GoCardless. It requires WooCommerce to be installed before GoCardless for WooCommerce can be activated.
Compatibility
This extension is compatible with:
Test Account Setup
You can create a user on gocardless.com for live transactions and on the sandbox for test transactions. When you first set up a site, you’ll be prompted to create a user for the correct GoCardless environment when setting up the webhooks.
Development
Install Dependencies & Build
The plugin uses Webpack to build the assets. To build the assets, follow these steps:
- Run
npm installto install the dependencies. - Run
npm run build:webpackto build the asset files. You can also runnpm run start:webpackto watch the files and rebuild them automatically when they change.
You can find the source files in the assets and client directories.

评论0