Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 722 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 722 Bytes

SpreeBraspag

This gem integrates spree ecommerce with brazilian Braspag gateway.

Gem developed for Via Lumina - Artigos Religiosos by Locomotiva.pro

Installing

First add SpreeBraspag to your store And install it.

$ gem 'spree-braspag'
$ rails generate braspag:install
$ rails generate spree_braspag:install

Now edit 'config/braspag.yml' with your braspag keys.

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

$ bundle
$ bundle exec rake test_app
$ bundle exec rspec spec

Copyright (c) 2013 Locomotiva.pro, released under the New BSD License