Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.11 KB

README.md

File metadata and controls

61 lines (46 loc) · 2.11 KB

Klarna Logo Build Status Dependency Status Coverage Status

Klarna Checkout based on Klarna API 2.0

Contact Klarna to learn more about their integrated services and what it takes to get them up and running.

NOTE THAT THIS GEM IS IN WIP MODE!

Installation

Add to your Gemfile:

gem 'spree_klarna', github: 'futhr/spree-klarna', branch: 'master'

Run

bundle install
rails g spree_klarna:install

Contributing

In the spirit of free software, everyone is encouraged to help improve this project.

Here are some ways you can contribute:

  • by using prerelease versions
  • by reporting bugs
  • by suggesting new features
  • by writing translations
  • by writing or editing documentation
  • by writing specifications
  • by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)
  • by refactoring code
  • by resolving issues
  • by reviewing patches

Starting point:

  • Fork the repo
  • Clone your repo
  • Run bundle install
  • Run bundle exec rake test_app to create the test application in spec/test_app
  • Make your changes and follow this Style Guide
  • Ensure specs pass by running bundle exec rspec spec
  • Submit your pull request

Copyright (c) 2014 Tobias Bohwalli and contributors, released under the New BSD License