Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 380 Bytes

ManualPaymentSetup.md

File metadata and controls

19 lines (15 loc) · 380 Bytes

Manual Payment Setup for silverstripe-omnipay

When using silverstripe-omnipay, any required Omnipay modules must be installed via composer.

composer require omnipay/manual

Then in your config file (typically mysite/_config/config.yml, or mysite/_config/payment.yml)

---
Name: payment
---
Payment:
  file_logging: 1
  allowed_gateways:
    - 'Manual'