项目作者: ccarruitero

项目描述 :
Culqi support for solidus
高级语言: Ruby
项目地址: git://github.com/ccarruitero/solidus_culqi.git
创建时间: 2017-09-19T15:46:25Z
项目社区:https://github.com/ccarruitero/solidus_culqi

开源协议:MIT License

下载


Solidus Culqi

Gem Version
Build Status

Add Culqi support for solidus e-commerce.

Installation

Add solidus_culqi to your Gemfile:

  1. gem 'solidus_culqi'

Bundle your dependencies and run the installation generator:

  1. bundle
  2. bundle exec rails g solidus_culqi:install

Testing

First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs, and Rubocop static code analysis. The dummy app can be regenerated by using rake test_app.

  1. bundle
  2. bundle exec rake