qbo / module-paypal-commerce-platform
Paypal Commerce Platform for Magento 2 (PPCP)
Installs: 20 362
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 3
Type:magento2-module
Requires
- qbo-tech/paypal-checkout-sdk: 1.0.2
- dev-master
- v1.6.4
- v1.6.3
- v1.6.1
- v1.6.0
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.9
- v1.4.8
- v1.4.7
- v1.4.6
- v1.4.5
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.9
- v1.3.8
- v1.3.7
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.0
- v1.2.5.1
- 1.2.4
- 1.2.2
- 1.2.1
- 1.2
- 1.1
- 1.0
- dev-feature/upgrade-sdk
- dev-fix/webhooks
- dev-feature/default-values
- dev-feature/token-refactor
- dev-fix/security
- dev-feature/RTGuest
- dev-fix/vault
- dev-feature/RT_Basic
- dev-feature/ref-transactions
- dev-feature/ref-transactions1
- dev-feature/csp
- dev-FIX-methodtitleAndValidations
- dev-fix/locale
- dev-feature/oxxo
This package is auto-updated.
Last update: 2025-01-22 17:41:25 UTC
README
Magento 2 PayPal Commerce Platform (México)
Installation via composer (recommend)
- Setup your composer/github credentials locally.
- From the root folder of your project run:
composer require qbo/module-paypal-commerce-platform --ignore-platform-reqs
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Configuration
- Module configurations us found at: Stores -> Configuration -> Sales -> Payment Methods -> PayPal Checkout Mexico
- 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 PayPal Checkout Mexico Module configuration.
- Set Sandbox/Live Mode
- Save and clean the cache.
Upgrading to specific version
From the root folder of your project:
composer require qbo/module-paypal-commerce-platform:$version --ignore-platform-reqs
e.g: composer require qbo/module-paypal-commerce-platform:v1.6.1 --ignore-platform-reqs
php bin/magento setup:upgrade
php bin/magento setup:di:compile
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