mkastaneda / magento2-paypalplusmx

Magento 2 PayPal Plus (México)
GNU General Public License v3.0
2 stars 11 forks source link

Magento 2: qbo/module-paypalplusmx payment module (MX)

Magento 2 PayPal Plus (México)

Installation

From the root folder of your project:

composer require qbo/module-paypalplusmx
php bin/magento setup:upgrade

If something goes wrong with dependencies, and youre OK to ignore it, add the following line to your composer.json under "require" section:

"qbo/module-paypalplusmx": "dev-master"

Then update your dependencies

composer update [--ignore-platform-reqs]

Configuration

Upgrading

From the root folder of your project:

composer update [--ignore-platform-reqs]
php bin/magento setup:upgrade
rm -rf var/generation var/di var/view_preprocessed pub/static
php bin/magento setup:static-content:deploy

Debugging