Skip to content

helpfulrobot/frankmullenger-payment-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe Payment Test Module

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'

About

Payment testing module for SilverStripe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.3%
  • Scheme 4.7%