Przelewy24 payment system for Spree (>= 1.0)
Add to your Gemfile:
gem 'spree_przelewy24', :git => 'git://github.com/matfiz/spree_przelewy24.git'
and run
bundle install
You'll have to set the following parameters:
- seller ID
- CRC key
- optionally: language and przelewy24 URLs
In Spree Admin zone you have to create new payment method and select Spree::PaymentMethod::Przelewy24 as a provider. I recommend to test it first - just select test mode in payment method settings and it will use sandbox platform instead of the production one.
This work is loosely based on https://github.com/pronix/spree-ebsin and https://github.com/espresse/spree_dotpay_pl_payment.git.
Copyright (c) 2011 - 2012 Grzegorz Brzezinka (@matfiz), released under the New BSD License All rights reserved.