Ruby on Rails wrapper for Transferuj.PL payment gateway.
- Add the gem to the Gemfile:
gem "transferujpl-rails"
- Bundle it by typing
bundle install
- Run the generator
rails g transferujpl:install
- Adjust your client ID and secret key in
config/initializers/transferujpl.rb
- Log in to your account on Transferuj.PL and set
https://YOUR.DOMAIN/api/transferujpl/transactions/notification
as your notifications endpoint. - TODO... integration with your models
- This gem is tested with ruby 2.2.2.
Work in progress. Early stage of development.
MIT
Marcin Lewandowski