No release in over 3 years
Low commit activity in last 3 years
This gem extends the activemerchant offsite_payments gem providing integration of Latipay.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Offsite Payments

Gem Version Build Status

Offsite Payments is an extraction from the ecommerce system Shopify. Shopify's requirements for a simple and unified API to handle dozens of different offsite payment pages (often called hosted payment pages) with very different exposed APIs was the chief principle in designing the library.

It was developed for usage in Ruby on Rails web applications and integrates seamlessly as a Rails plugin. It should also work as a stand alone Ruby library, but much of the benefit is in the ActionView helpers which are Rails-specific.

This gem provides integration for Latipay Payments through the Offsite Payments gem.

Installation

From Git

You can check out the latest source from git:

git clone https://github.com/sealink/offsite_payments_latipay.git

From RubyGems

Installation from RubyGems:

gem install offsite_payments_latipay

Or, if you're using Bundler, just add the following to your Gemfile:

gem 'offsite_payments_latipay'

Misc.

  • This library is MIT licensed.

Release

To publish a new version of this gem the following steps must be taken.

  • Update the version in the following files
      CHANGELOG.md
      lib/offsite_payments_latipay/version.rb
    
  • Create a tag using the format v0.1.0
  • Follow build progress in GitHub actions