This is the Payfast Aggregation module for Magento 2. Please feel free to contact the Payfast support team should you require any assistance.
-
Download the Plugin
- Option 1: Automatic Installation
- Install the module using the following composer command:
composer require payfast/payfast - Option 2: Manual Installation
- Visit the releases page and download Payfast.zip.
- Extract the contents of
Payfast.zip, then upload the newly created Payfast directory into your Magento app/code directory (e.g. magentorootfolder/app/code/). - Run the following composer command:
composer require payfast/payfast-common:v1.4.0
- Option 1: Automatic Installation
-
Install the Plugin
- Run the following Magento CLI commands:
php bin/magento module:enable Payfast_Payfast php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento indexer:reindex php bin/magento cache:clean
- Run the following Magento CLI commands:
-
Configure the Plugin
- Login to the Magento admin panel.
- Navigate to Stores > Configuration > Sales > Payment Methods and click on Payfast.
- Configure the module according to your needs, then click the Save Config button.
- Navigate to Stores, and add ZAR under Currency Symbols and Rates.
Please click here for more information concerning this module.
Please submit pull requests with any tweaks, features or fixes you would like to share.