pstk/paystack-magento2-module 1.0.0

Paystack integration for Magento 2

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Latest Version on Packagist Software License Total Downloads

Paystack Magento 2 Module

Paystack payment gateway Magento2 extension

Install

  • Go to Magento2 root folder

  • Enter following command to install module:

composer require pstk/paystack-magento2-module
  • Wait while dependencies are updated.

  • Enter following commands to enable module:

php bin/magento module:enable Pstk_Paystack --clear-static-content
php bin/magento setup:upgrade
php bin/magento setup:di:compile

Known Errors

  • Fail to redirect to success page after successful payment

Sometimes after receiving payment for an order you get an error like: Class Yabacon\Paystack not found and magento doesn't redirect to the success page.

** Fix: Run the following command:

composer require yabacon/paystack-php
  • Enable and configure Paystack in Magento Admin under Stores/Configuration/Payment Methods