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
Composer is currently the only supported way to set up this module:
composer require bummzack/silverstripe-omnipay-ui ^[email protected]
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
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem