antonythorpe / silvershop-bankdeposit
Silvershop submodule that adds bank deposit as a Payment Method
Installs: 1 923
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
Type:silverstripe-vendormodule
pkg:composer/antonythorpe/silvershop-bankdeposit
Requires
- omnipay/manual: ^3.0.0
 - silvershop/core: ^3.2.0
 - silverstripe/cms: ^5.1
 
Requires (Dev)
- cambis/silverstan: ^1.0
 - omnipay/dummy: dev-master
 - php-http/guzzle7-adapter: ^1
 - phpunit/phpunit: ^9.5.0
 - squizlabs/php_codesniffer: ^3.7.2
 
README
A Silvershop submodule that adds bank deposit as a Payment Method
Features
- Provides a Bank Account tab under Settings/Shop to add your organisation's bank account number and payment messages
 - Includes bank account number & messages in emails, the order review, and a note during the checkout process
 - Localisation options available
 
How it works
- Utilises the 'Manual' payment method
 - You add various includes to your templates plus customisations via language file
 
Requirements
- Silvershop module (a Silverstripe module)
 - Omnipay/Manual
 - Will need 
composer require league/omnipay:^3too. 
Warning
It is assumed that people accessing the Settings folder can be trusted. This is where the bank account number is entered. If you think that a YAML file would be more secure, then please feel free to submit a pull request.
Documentation
Support
None sorry.