frankmullenger / payment-test
SilverStripe Payment Test Module
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 6
Type:silverstripe-module
Requires
- php: >=5.3.2
- silverstripe/cms: 3.*
- silverstripe/framework: 3.*
- silverstripe/payment: 1.0.*
This package is not auto-updated.
Last update: 2024-11-04 15:05:38 UTC
README
Maintainer Contacts
- Frank Mullenger
- Ryan Dao
Requirements
- SilverStripe >3.0
- SilverStripe Payment 1.0
Installation Instructions
- Place this directory in the root of your SilverStripe installation and call it 'payment-test'.
- 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'