bummzack / silverstripe-omnipay-ui
SilverStripe Omnipay UI Module
Installs: 10 768
Dependents: 2
Suggesters: 4
Security: 0
Stars: 5
Watchers: 2
Forks: 9
Open Issues: 7
Type:silverstripe-vendormodule
Requires
- silverstripe/admin: ^1.0
- silverstripe/silverstripe-omnipay: ^3@dev
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-10-10 15:40:58 UTC
README
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
- silverstripe-omnipay 3.0+ including its dependencies.
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
- Icons used in the CMS are part of the Silk Icon set 1.3. Creative Commons Attribution 2.5 License