Spree extension for integration with GoPay payment gateway.
Last updated on: December 05 at 09:32 AM
source code bug trackerSpree extension for integration with GoPay payment gateway.
Add spree_gopay_integration to your Gemfile:
gem 'spree_gopay_integration'
Bundle your dependencies:
bundle
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.
No tests :( Pull request are welcome.
tags | spree versions |
---|---|
master |