hestec/silverstripe-payment-manager

SilverStripe Payment Manager,SilverStripe Payment Module 的插件

安装: 30

依赖: 0

建议者: 0

安全: 0

类型:silverstripe-module

1.0.3 2016-06-23 16:27 UTC

This package is auto-updated.

Last update: 2024-09-14 03:33:34 UTC


README

概览

为 SilverStripe Payment Module 1.0 提供插件(https://github.com/silverstripe-labs/silverstripe-payment/tree/1.0)。

功能

  • 向 CMS 添加模型管理模块。
  • 支付摘要。
  • 支付错误摘要。
  • 手动更新支付状态和方法。
  • 管理支付方式。
  • 在 CMS 中启用/禁用支付方式。
  • 为每个支付方式添加最小和/或最大金额(例如:仅显示金额低于1000美元的 PayPal)。
  • 按百分比和/或固定金额向支付方式添加附加费。
  • 在 CMS 中更改方法的排序顺序。
  • 为支付方式设置自定义显示名称。
  • 基于 IP 地址启用测试模式。
免责声明

功能的工作依赖于支付方式模块。此模块最初是为 Payment-Sisow 模块编写的(https://bitbucket.org/hestec/silverstripe-payment-sisow),但也应该适用于其他支付方式模块。

版本

使用语义版本控制。

要求

  • SilverStripe > 3.1,已测试至 3.3.1。
  • SilverStripe Payment Module 1.0。
  • SilverStripe Grid Field Extensions 模块 1.*

安装

composer require hestec/silverstripe-payment-manager 1.0.*

在前端,您必须以另一种方式获取支付方式,请参阅文件夹 /examples 中的示例页面类型。

以相同的方式配置支付方式,请参阅 https://github.com/silverstripe-labs/silverstripe-payment/tree/1.0

使用方法

当您已在 yaml 文件中配置了支付方式时,您可以在设置选项卡下添加这些方法到管理器中。

待办事项

在示例中,支付对您还可以添加到支付方式的附加费不做任何操作。