SilverStripe Base Payment Module

Installs: 26

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 2

Open Issues: 0

Type:silverstripe-vendormodule

pkg:composer/iqnection-modules/payment

2.1.1 2021-01-14 19:15 UTC

This package is auto-updated.

Last update: 2025-10-15 05:46:47 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'