SilverStripe Base Payment Module

2.1.1 2021-01-14 19:15 UTC

This package is auto-updated.

Last update: 2024-04-15 02:31:58 UTC


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'