Code Monkey home page Code Monkey logo

unified-payments's Introduction

UnifiedPayment

Provides the necessary library through UnifiedPayment::Client to interact with UnifiedPayment Gateway to

  1. Initiate a payment
  2. Get payment status
  3. Reverse a completed payment

Also provides with MVC structure which can be extended according to the application.

Set Up

Add To Gemfile:

For Rails 3

gem 'unified_payment', '1.0.1'

For Rails 4

gem 'unified_payment', '1.1.0'

And run below command

bundle

bundle exec rails g unified_payment:install

bundle exec rake db:migrate

Also add your configurations in a yml file. For example, here is

config/unified_payment.yml
merchant_name: 'Your Merchant name at gateway'
base_uri: "http://127.0.0.1:5555" #same as stunnel's accept port.

To Run Specs

bundle

cd spec/dummy

bundle exec rake test_unified_payment

Credits

vinsol.com: Ruby on Rails, iOS and Android developers

Copyright (c) 2014 vinsol.com

unified-payments's People

Contributors

satish avatar

Watchers

Akhil Bansal avatar  avatar James Cloos avatar Sushant Mittal avatar Manish Kangia avatar  avatar

Forkers

bkocherov

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.