Simple cheque payment method for SilverStripe payment module.
Enable in your application YAML config:
PaymentGateway:
environment:
'dev'
PaymentProcessor:
supported_methods:
dev:
- 'Cheque'
live:
- 'Cheque'
Optionally you can set the supported currencies otherwise it will default to supporting GBP, USD, NZD (see ChequeGateway::$supportedCurrencies):
ChequeGateway:
live:
supported_currencies:
'NZD' : 'New Zealand Dollar'
'USD' : 'United Statues Dollar'
dev:
supported_currencies:
'NZD' : 'New Zealand Dollar'
'USD' : 'United Statues Dollar'
Remember to ?flush=1 after changes to the config YAML files.
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