craftcms / commerce-paystack
Paystack integration for Craft Commerce 3.3+
Installs: 270
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 8
Forks: 1
Open Issues: 2
Type:craft-plugin
Requires
- craftcms/cms: ^3.6
- craftcms/commerce: ^3.3
- craftcms/commerce-omnipay: ^3.0
- paystackhq/omnipay-paystack: ^1.0
This package is auto-updated.
Last update: 2024-10-20 11:59:09 UTC
README
Paystack for Craft Commerce
This plugin provides a Paystack integration for Craft Commerce.
Requirements
This plugin requires Craft 3.6 and Craft Commerce 3.3 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Paystack for Craft Commerce”. Then click on the “Install” button in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require craftcms/commerce-paystack # tell Craft to install the plugin ./craft install/plugin commerce-paystack
Roadmap
- Add support for refunding from the CP. Requires refund notification support in the Paystack API.