Sha256: 0fc4f0a96b613d0f960a5d5e394a05697a4ad9398c96b88c8044aade87435dad

Contents?: true

Size: 750 Bytes

Versions: 2

Compression:

Stored size: 750 Bytes

Contents

Solidus Signifyd
================

Integration with Signifyd that implements a fraud check prior to marking a
shipment as ready to be shipped.

[![Circle CI](https://circleci.com/gh/solidusio/solidus_signifyd.svg?style=shield)](https://circleci.com/gh/solidusio/solidus_signifyd/tree/master)

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

In your Gemfile:

```ruby
gem "solidus_signifyd"
```

Bundle your dependencies and run the installation generator:

```shell
bundle
bundle exec rails g solidus_signifyd: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. The dummy
app can be regenerated by using `rake test_app`.

```shell
bundle exec rake
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solidus_signifyd-1.0.1 README.md
solidus_signifyd-1.0.0 README.md