This plugin is an integration of PaiementPro payment gateway with GiveWP, the popular donations plugin for WordPress. You can easily start accepting donations via MTN Money, Mobile Money, and Orange Money using PaiementPro
👉 Not a developer? Running WordPress? Download PaimentPro for Give on WordPress.org.
Welcome to the PaiementPro for Give GitHub repository. This is the core repository and heart of an ecosystem of active development. Here you can browse the source, look at open issues, and contribute to the project.
Happy Coding!
This repository is not suitable for support. Please don't use GitHub issues for non-development related support requests. Don't get us wrong, we're more than happy to help you! However, to get the support you need please use the following channels:
- WP.org Support Forums - for all free users.
- GiveWP Documentation - for all GiveWP related questions.
If you're looking to contribute or actively develop on PaiementPro for Give, welcome! We're glad you're here. Please ⭐️ this repository and fork it to begin local development.
Most of us are using Local by Flywheel to develop on WordPress, which makes set up quick and easy. If you prefer Docker, VVV, or another flavor of local development that's cool too!
- Node.js as JavaScript engine
- NPM npm command globally available in CLI
- Composer composer command globally available in CLI
Development Notes
- Ensure that you have
SCRIPT_DEBUG
enabled within your wp-config.php file. Here's a good example of wp-config.php for debugging:// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Loads unminified core files define( 'SCRIPT_DEBUG', true );
- Commit the
package.lock
file. Read more about why here. - Your editor should recognize the
.eslintrc
and.editorconfig
files within the Repo's root directory. Please only submit PRs following those coding style rulesets.