sclinternet / scl-zf-cart-payment
The payment module for SclZfCart
Requires
- php: >=5.4
- sclinternet/currency: dev-master
- sclinternet/scl-contact: dev-master
- sclinternet/scl-zf-cart: dev-master
- sclinternet/scl-zf-currency: dev-master
- sclinternet/scl-zf-generic-mapper: dev-master
- sclinternet/scl-zf-utilities: dev-master
- zendframework/zendframework: 2.*
- zf-commons/zfc-user-doctrine-orm: dev-master
Requires (Dev)
- phpmd/phpmd: 1.4.0
- phpunit/phpunit: 3.7.*
- satooshi/php-coveralls: dev-master
- squizlabs/php_codesniffer: 1.*
This package is not auto-updated.
Last update: 2022-02-01 12:23:39 UTC
README
Module for SclZfCart which add payment collection to the checkout process.
This module doesn't add any extra functionality itself but rather provides a base for payment modules to run on.
Installation
This module requires the SclZfCart to also be installed.
You can easily install this module via composer by adding the following to your
composer.json
and running php composer.phar install
.
{ "require": { "sclinternet/scl-zf-cart": "dev-master", "sclinternet/scl-zf-cart-payment": "dev-master" } }
Configuring
Once you have installed the module copy to the data/scl_zf_cart_local.php.dist
to your applications autoload
directory.
You can then edit this file to enable the different payment methods you wish to use.
Payment Modules
Currently there are 2 supported payment modules available: