Sha256: a18f6d5d075a7d9b6b2df799ec352db3e0eb43357f083f0ee149801edf02f6c8

Contents?: true

Size: 669 Bytes

Versions: 1

Compression:

Stored size: 669 Bytes

Contents

Solidus Culqi
=============

Add [Culqi](https://www.culqi.com/) support for [solidus](https://solidus.io/) e-commerce.

Installation
------------

Add solidus_culqi to your Gemfile:

```ruby
gem 'solidus_culqi'
```

Bundle your dependencies and run the installation generator:

```shell
bundle
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](https://github.com/bbatsov/rubocop) static code analysis. The dummy app can be regenerated by using `rake test_app`.

```shell
bundle
bundle exec rake
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_culqi-0.0.1 README.md