publicsquare-financial/magento-payments-plugin 问题修复 & 功能扩展

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

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

publicsquare-financial/magento-payments-plugin

最新稳定版本:v0.2.3

Composer 安装命令:

composer require publicsquare-financial/magento-payments-plugin

包简介

The Magento plugin provides a one-click install into PublicSquare's payment gateway for credit and debit card processing.

README 文档

README

PublicSquare provides a software platform for retailers to access third-party providers for lease-to-own financing and other lending products based on a consumer's credit profile.

INSTALLATION

Manual Installation

  • extract files from an archive

  • deploy files into Magento2 folder app/code/

Enabled Extension

  • enable extension (in command line, see manual: http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands.html):

$> bin/magento module:enable PublicSquare_Payments

  • to make sure that the enabled module is properly registered, run 'setup:upgrade':

$> bin/magento setup:upgrade

  • [if needed] re-deploy static view files:

$> bin/magento setup:static-content:deploy

Webhook Configuration

Automated Configuration

  • [after v0.2.0 upgrade]
bin/magento psq:configure-webhook
bin/magento cache:flush

Manual Configuration

  1. In the [https://portal.publicsquare.com](PublicSquare Portal) create a new webhook under Developer > Webhook with the following properties:
    • URL: {magento.hostname}/publicsquare-payments/webhook/index
    • Event Types:
      • refund:update
      • settlement:update
  2. Enter the Webhook ID and Webhook Key in to the Magento Admin panel under: Stores > Configuration > Sales > Payment Methods > PublicSquare

Docker Installation

If you need a local installation of Magento2, the cleanest way is to use Docker. This repo provides an out of the box installation with just a few commands.

  • Make sure docker engine is running

  • One-liner to install Magento

$ curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test 2.4.7 community

Replace 2.4.7 with the version of Magento you want to install.

Replace magento.test with the local domain you want to use.

$ open https://magento.test
  • Seed sample data
$ bin/magento sampledata:deploy
$ bin/magento setup:upgrade

Local environment using this repo (Docker + sample data)

This repository also includes a self-contained Docker setup and helper scripts to provision a full local environment (containers, Magento, this plugin, and sample data).

  1. Start / provision the IT stack (first time or after reset)

    # Will bring up containers, install Magento, deploy static content,
    # configure PublicSquare keys, and install Magento sample data.
    make it-complete-build
    • If you don't pass any arguments, it-install (called under the hood) will prompt for your PublicSquare PUBLIC and SECRET keys.
    • In CI or when scripting, you can pass the keys explicitly:
    make it-complete-build <PUBLICSQUARE_PUBLIC_KEY> <PUBLICSQUARE_SECRET_KEY>
  2. Subsequent runs

    • To restart the stack without reinstalling Magento:

      make it-down
      make it-up
    • To tear everything down and reset volumes:

      make it-reset

Deploying plugin changes in the IT/local environment

When you change this plugin's code and want Magento to pick up the changes (DI, static content, etc.) inside the IT Docker stack, use:

make deploy

This runs bin/deploy inside the web container, which will:

  • Run composer install inside the container
  • Enable maintenance mode
  • Clear generated code and preprocessed view files
  • Run bin/magento setup:upgrade
  • Recompile DI (bin/magento setup:di:compile)
  • Redeploy static content (bin/magento setup:static-content:deploy en_US -f)
  • Disable maintenance mode and flush caches

Use this after code changes to ensure Magento is fully rebuilt and serving updated assets.

Automated tests

Running acceptance tests locally

composer install
php vendor/bin/codecept run Acceptance --steps

Running integration/acceptance tests against the IT stack

Once your IT environment is up (for example via make it-complete-build), you can execute the full Codeception test suite wired for the Docker stack with:

make it-test

To run codecept with detail breakdown of steps and debugging add these flags:

./vendor/bin/codecept run tests/Acceptance/ --steps --debug

using the configuration in codeception.yml and tests/Acceptance.suite.yml, against http://magento.test via Selenium/WebDriver.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-04-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固