Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add build badge
  • Loading branch information
alepore committed Jan 29, 2018
1 parent eeaa5e6 commit 3d2bd11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SolidusAffirm

[![Build Status](https://travis-ci.org/solidusio-contrib/solidus_affirm.svg?branch=master)](https://travis-ci.org/solidusio-contrib/solidus_affirm)

This extension provides the [Affirm](https://www.affirm.com/) payment option
for your Solidus storefront by implementing the [Affirm Direct API](https://docs.affirm.com/Integrate_Affirm/Direct_API)

Expand All @@ -8,7 +10,7 @@ for your Solidus storefront by implementing the [Affirm Direct API](https://docs
Add solidus_affirm to your Gemfile:

```ruby
gem 'solidus_affirm', github: 'StemboltHQ/solidus_affirm'
gem 'solidus_affirm', github: 'solidusio-contrib/solidus_affirm'
```

Bundle your dependencies and run the installation generator:
Expand Down Expand Up @@ -157,4 +159,4 @@ Simply add this require statement to your spec_helper:
require 'solidus_affirm/factories'
```

Copyright (c) 2017 Stembolt, released under the New BSD License
Copyright (c) 2018 Stembolt, released under the New BSD License

0 comments on commit 3d2bd11

Please sign in to comment.