sclinternet/scl-zf-cart-payment 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sclinternet/scl-zf-cart-payment

Composer 安装命令:

composer require sclinternet/scl-zf-cart-payment

包简介

The payment module for SclZfCart

README 文档

README

Build Status Coverage Status

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:

统计信息

  • 总下载量: 177
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-02-13