定制 thelia/stripe-payment-module 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

thelia/stripe-payment-module

Composer 安装命令:

composer require thelia/stripe-payment-module

包简介

README 文档

README

Thelia payment module for Stripe.

You need a subscription to Stripe payment solution to use this module.

Installation

Either you install StripePayment manually or via composer, the presence of Stripe API files is checked when you try to activate the module. If the API files are absent, you can't use Stripe. Be aware that API files are set into the core/vendor folder.

Manually

  • Copy the module into <thelia_root>/local/modules/ directory and be sure that the name of the module is StripePayment.
  • Install the Stripe PHP library :
    • add "stripe/stripe-php" to your composer.json file with command : composer require stripe/stripe-php:"^20.0"
    • or download the library from https://github.com/stripe/stripe-php/releases and install it in your core/vendor directory
  • Activate it in your Thelia administration panel

Composer

Add it in your main thelia composer.json file:

composer require thelia/stripe-payment-module ^4.0

Configuration

Enter your Stripe keys (secret and public) available on your Stripe dashboard.

Put your Stripe account in live mode.

Then activate the Stripe in the module configuration panel.

Activate the webhooks in stripe dashboard with the url specified in Thelia Back-office Stripe configuration, and add events listed in Thelia Back-office Stripe configuration.

Payment methods

Since 4.0 the module no longer hard-codes the list of payment methods (['card']). Three modes are available, evaluated in priority order:

  1. Override (CSV) — field Payment method types override (CSV). Comma-separated list of Stripe payment method type identifiers (e.g. card,twint). Highest priority, replaces the Dashboard configuration.
  2. Payment Method Configuration — field Payment method configuration ID. Stripe pmc_xxx identifier created in the Dashboard (Settings → Payment methods → Configurations). Used when the override field is empty.
  3. Dashboard default — both fields empty. Stripe selects payment methods according to the Dashboard configuration, currency, country and customer eligibility. Recommended for most setups.

Migrating from 3.x to 4.0

The pre-4.0 behavior was equivalent to mode 1 with card. To preserve that behavior when upgrading, the module sets payment_method_types_override = "card" during the update hook if both new fields are empty.

To switch to the modern Dashboard-driven flow, simply clear the override field in the back-office configuration. To use a Payment Method Configuration created in the Dashboard, paste its pmc_xxx id in the dedicated field (and leave the override empty).

Logs

Stripe error logs are stored in a specific file located in the log folder.

thelia/stripe-payment-module 适用场景与选型建议

thelia/stripe-payment-module 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 655 次下载、GitHub Stars 达 0, 最近一次更新时间为 2015 年 10 月 27 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 thelia/stripe-payment-module 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 thelia/stripe-payment-module 我们能提供哪些服务?
定制开发 / 二次开发

基于 thelia/stripe-payment-module 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-10-27