Skip to content

Spree Mollie payment gateway based on the Mollie ruby gem developed by Mollie

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
MIT-LICENSE
Notifications You must be signed in to change notification settings

ttcremers/spree_mollie

Repository files navigation

SpreeMollie

Except payments using the Mollie payment provider in Spree

Spree Mollie payment gateway based on the Mollie ruby gem developed by Mollie. Developed by Thomas Cremers

NOTE This is currently only implemented agains Spree master (3.1.0.beta)

This means that as long as Spree 3.1.0 is in beta you need to install the master branch of the Spree project

This is the first release of spree_mollie and as such it only supports the iDeal method. The code is well documented and it should be easy to extend it to support more methods of payment. See Contributing

Installation

At the moment spree_mollie is only available trough github.

Add spree_mollie to your Gemfile:

gem 'spree_mollie', github: 'ttcremers/spree_mollie', branch: 'stable'

Bundle your dependencies there is no generator needed for this spree payment gateway

You can now add Spree::Gateway::Mollie as a payment gateway in the admin area of Spree.

Contributing

I welcome anyone that wants to extend spree_mollie!

Mollie supports a lot more payment methods than only iDeal so a good way to contribute is to add one.

When contributing please follow these steps:

  • Fork the repo
  • Clone your repo
  • Create a new branch for your feature
  • Make your changes
  • Submit your pull request

Copyright (c) 2015 VicintySoftware, released under MIT License

About

Spree Mollie payment gateway based on the Mollie ruby gem developed by Mollie

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published