承接 bummzack/silverstripe-omnipay-ui 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

bummzack/silverstripe-omnipay-ui

最新稳定版本:1.0.0-alpha1

Composer 安装命令:

composer require bummzack/silverstripe-omnipay-ui

包简介

SilverStripe Omnipay UI Module

README 文档

README

Scrutinizer Code Quality Code Coverage Build Status Latest Stable Version

UI components for SilverStripe Omnipay Module.

This module contains the "Payments" ModelAdmin that was originally part of the omnipay module. It also adds buttons to payment GridFields that allow you to capture, refund or void payments.

Version

1.0 (in development) for SilverStripe 4

For a SilverStripe 3 compatible version, please use 0.1.x

Requirements

Installation

Composer is currently the only supported way to set up this module:

composer require bummzack/silverstripe-omnipay-ui ^1@dev

Adding the PayableUIExtension (optional)

If you have a Payable DataObject, eg. you added the Payable extension from the Omnipay module to some of your classes, you might also want to add the PayableUIExtension, which adds a GridField component to manipulate Payments.

So if you're running SilverShop, you should also add the following to your config.yml

SilverShop\Model\Order:
  extensions:
    - Bummzack\SsOmnipayUI\Extensions\PayableUIExtension

Payment administration

Read the Payment administration guide

Attributions

统计信息

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

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2016-06-02