Skip to content

flyerhzm/activemerchant_patch_for_china

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

activemerchant_patch_for_china

This plugin is an active_merchant patch for china online payment platform, now it supports alipay (支付宝), 99bill (快钱), tenpay (财付通), 19pay(捷迅支付) and yeepay(易宝).


Donate

Alipay
Pledgie


Install

install active_merchant and activemerchant_patch_for_china as plugins:


script/plugin install git://github.com/Shopify/active_merchant.git
script/plugin install git://github.com/flyerhzm/activemerchant_patch_for_china.git

install activemerchant and activemerchant_patch_for_china as gems:


gem install activemerchant
gem install activemerchant_patch_for_china

Configuration

if you install active_merchant and activemerchant_patch_for_china as rails plugins, then define plugin load order in config/environment.rb to promise activemerchant_patch_for_china is loaded after active_merchant.


config.plugins = [:all, :active_merchant, :activemerchant_patch_for_china]

if you install activemerchant and activemerchant_patch_for_china as gems, then define in config/environment.rb


config.gem "activemerchant", :lib => "active_merchant"
config.gem "activemerchant_patch_for_china", :lib => false


require 'active_merchant'
require 'active_merchant/billing/integrations/action_view_helper'

ActionView::Base.send(:include, ActiveMerchant::Billing::Integrations::ActionViewHelper)

Usage

Alipay


About

activemerchant_patch_for_china is inspired by masterwujiang’s patch


Copyright © 2009 – 2012 [Richard Huang], released under the MIT license

About

A rails plugin to add an active_merchant patch for china online payment platform including alipay (支付宝), 99bill (快钱) and tenpay (财付通)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages