Skip to content

frankmullenger/silverstripe-gsoc-payment-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe Payment Test Module

Maintainer Contacts

  • Frank Mullenger
  • Ryan Dao

Requirements

  • SilverStripe 3.0

Documentation

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.
  3. Enable supported payment methods in your application yaml file

e.g: mysite/_config/Mysite.yaml PaymentGateway: environment: 'dev'

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

Usage Overview

About

SilverStripe GSOC Project Payment Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published