qbo / module-paypalplusmx
PayPal Plus Mexico
Installs: 12 324
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 11
Open Issues: 8
Type:magento2-module
- dev-master
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.3-RC
- 2.3.2
- 2.3.2-RC
- 2.3.1
- 2.3.0
- 2.3.0-RC
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2-RC
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1
- 2.0
- 1.2
- 1.2-RC
- 1.1
- dev-online-refunds
- dev-develop-M2.3
- dev-develop-M2.2
- dev-develop-M2.1
- dev-FIX-NAMESPACE
- dev-MERCHANT-EMAIL
- dev-M2.2
- dev-adjust-all-checkout
- dev-EE-GIFTCARD-PATCH
This package is not auto-updated.
Last update: 2025-01-23 07:58:17 UTC
README
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
- Select "Mexico" for Merchant Location under Payment Methods Configuration
- Get your REST APP Credentiasl from https://developer.paypal.com
- Enter your PayPal API credentials under PayPalPlus Module configuration.
- Set Sandbox/Live Mode
- Save and clean the cache.
- A Profile Experience ID should be automatically created, if it is not created on the first save, try again.
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
- The module has a configuration "Debug Mode" which logs everything going out to PAYPAL APIs, error responses and details