frankmullenger/payment-test

SilverStripe Payment Test Module

dev-master 2013-08-09 03:07 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:45:10 UTC


README

Maintainer Contacts

  • Frank Mullenger
  • Ryan Dao

Requirements

  • SilverStripe >3.0
  • SilverStripe Payment 1.0

Installation Instructions

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

Usage Overview

Enable supported payment methods in your application yaml file, e.g: mysite/_config/payment.yml

---
Name: payment
After: 'framework/*','cms/*'
---
PaymentGateway:
  environment:
    'dev'

PaymentProcessor:
  supported_methods:
    dev:
      - 'DummyMerchantHosted'
    live:
      - 'DummyMerchantHosted'
      - 'DummyGatewayHosted'