spree_gopay_integration

Spree extension for integration with GoPay payment gateway.

Last updated on: December 05 at 09:32 AM

source code bug tracker
Opensource
1 1 0
owner:  pavels

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.

compatible spree versions
tags spree versions
master
authors
Pavel Sorejs