Download the PHP package paypro/magento2 without Composer
On this page you can find all versions of the php package paypro/magento2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package magento2
PayPro Gateways - Magento 2
With this plugin you easily add all PayPro payment gateways to your Magento 2 webshop. Currently the plugin supports the following gateways:
- Afterpay
- Bancontact
- Banktransfer
- Direct Debit
- iDEAL
- Mastercard
- PayPal
- Sofort Digital
- Sofort Physical
- Visa
Requirements
- PHP version 7.2 or greater
- Magento 2.3+
Install the module using Composer
Magento 2 uses Composer to manage module dependencies. We can also use Composer to install the module.
-
Run the following command in your Magento directory:
-
Run the setup command of Magento:
- If you run Magento in production mode make sure to recompile the static files:
Module setup
After installation we need to setup the module correctly to start processing payments.
-
First go to your Magento admin portal and go to Stores -> Configuration -> Sales -> Payment Methods -> Other Payment Methods
Here you should see PayPro Gateway and PayPro iDEAL, as well as other PayPro payment methods.
-
We need to fill in an API key in the PayPro gateway settings. You can find your PayPro API key in your Webshop Koppelen or in API Keys.
If you want to use Affiliate Marketing or Mastercard and Visa you also have to supply your Product ID.
-
Enable PayPro iDEAL or any other PayPro payment method by setting Enabled to Yes.
-
Make sure to click the Save Config button.
- That's it! You should now see the enabled payment methods during the checkout process.
Support
If you need help with installing the module, please contact [email protected].
Contributing
If you want to contribute to this project you can fork the repository. Create a new branch, add your feature and create a pull request. We will look at your request and determine if we want to add it.
Bugs
Did you find a bug and want to report it? Create a new issue where you clearly specify what the issue is and how it can be reproduced. Also make sure it is the actual plugin that creates the bug by disabling all unnecessary plugins.