2017 © Pedro Peláez
 

silverstripe-module payment-cheque

SilverStripe Cheque Payment Module

image

frankmullenger/payment-cheque

SilverStripe Cheque Payment Module

  • Tuesday, October 8, 2013
  • by frankmullenger
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,377 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 4 Forks
  • 8 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SilverStripe Payment Cheque Module

Maintainer Contacts

Requirements

  • SilverStripe 3.*
  • Payment module 1.0.*

Documentation

Simple cheque payment method for SilverStripe payment module., (*1)

Installation Instructions

  1. Place this directory in the root of your SilverStripe installation and call it 'payment-cheque'.
  2. Visit yoursite.com/dev/build?flush=1 to rebuild the database.

Usage Overview

Enable in your application YAML config:, (*2)

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):, (*3)

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., (*4)

The Versions

08/10 2013

dev-master

9999999-dev

SilverStripe Cheque Payment Module

  Sources   Download

BSD-3-Clause

The Requires

 

payment check silverstripe cheque