iqnection-modules / payment
SilverStripe Base Payment Module
Package info
github.com/iqnection-programming/iqnection-silverstripe-modules-payment
Type:silverstripe-vendormodule
pkg:composer/iqnection-modules/payment
2.1.1
2021-01-14 19:15 UTC
Requires
- silverstripe/framework: ^4.1
README
This is a base class to be extended with specific Payment types or gateways.
9/2/2020 - Added CreditCardPayment base class
To call the standard Process method, you will need to provide and set the payment processor class
IQnection\Payment\CreditCardPayment:
payment_processor: 'MyPaymentProcessorClass'