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.
1.0 (in development) for SilverStripe 4
For a SilverStripe 3 compatible version, please use 0.1.x
- silverstripe-omnipay 3.0+ including its dependencies.
Composer is currently the only supported way to set up this module:
composer require bummzack/silverstripe-omnipay-ui ^1@dev
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
Read the Payment administration guide
- Icons used in the CMS are part of the Silk Icon set 1.3. Creative Commons Attribution 2.5 License