qbo/module-paypal-commerce-platform 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

qbo/module-paypal-commerce-platform

最新稳定版本:v2.1

Composer 安装命令:

composer require qbo/module-paypal-commerce-platform

包简介

Paypal Commerce Platform for Magento 2 (PPCP)

README 文档

README

Magento 2 PayPal Commerce Platform (México)

Installation via composer (recommend)

  1. Setup your composer/github credentials locally.
  2. 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

统计信息

  • 总下载量: 35.04k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2021-06-08