2017 © Pedro Peláez
 

library scl-zf-cart-payment

The payment module for SclZfCart

image

sclinternet/scl-zf-cart-payment

The payment module for SclZfCart

  • Thursday, January 16, 2014
  • by tomphp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 172 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SclZfCartPayment

Build Status Coverage Status, (*1)

Module for SclZfCart which add payment collection to the checkout process., (*2)

This module doesn't add any extra functionality itself but rather provides a base for payment modules to run on., (*3)

Installation

This module requires the SclZfCart to also be installed., (*4)

You can easily install this module via composer by adding the following to your composer.json and running php composer.phar install., (*5)

{
    "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., (*6)

You can then edit this file to enable the different payment methods you wish to use., (*7)

Payment Modules

Currently there are 2 supported payment modules available:, (*8)

The Versions