iqnection-modules / payment
SilverStripe Base Payment Module
Installs: 26
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 0
Type:silverstripe-vendormodule
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'