- Frank Mullenger
- Ryan Dao
- SilverStripe 3.0
- Place this directory in the root of your SilverStripe installation and call it 'payment-test'.
- Visit yoursite.com/dev/build to rebuild the database.
- 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'