No commit activity in last 3 years
No release in over 3 years
Spree extension for integration with GoPay payment gateway.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Spree GoPay Integration

Gem Version

Spree extension for integration with GoPay payment gateway.

https://www.platebnibrana.cz/

Installation

Add spree_gopay_integration to your Gemfile:

gem 'spree_gopay_integration'

Bundle your dependencies:

bundle

Configuration

Add following code to your initializers and modify with your credentials.

SpreeGopayIntegration.configure do |config|
    config.environment = :test # :test or :production
    config.goid = "0000000000"
    config.client_id = "0000000000"
    config.client_secret = "aaaaaaaa"
end

After this just add payment method in spree administration as usual, everything will then work as expected.

Testing

No tests :( Pull request are welcome.