Hi Everyone,
Just wanted to let you all know that there has been a license change for the latest version of SwipeStripe to the BSD 3 clause license:
I am in the process of moving the extension modules to the same license so the entire project will be open sourced going forward.
SwipeStripe is now SS 3.1 compatible, any feedback/testing/suggestions would be welcomed! If you would like to try it out here is a quick install guide:
- composer create-project --no-dev silverstripe/installer ./some-directory 3.1.x-dev
- composer require swipestripe/swipestripe:2.1.*@dev
- php framework/cli-script.php dev/build flush=1
To install the cheque payment module and complete basic orders:
- composer require frankmullenger/payment-cheque:dev-master
- Update mysite/_config/config.yml by adding:
---
Name: payment
After: 'framework/*','cms/*'
---
PaymentGateway:
environment:
'dev'
PaymentProcessor:
supported_methods:
dev:
- 'Cheque'
live:
- 'Cheque'
- php framework/cli-script.php dev/build flush=1
Again, any feedback would be much appreciated, thanks!
Frank