Sha256: deb9c021048a764516ff9b4bcc43cc2718c4e2206097ac46e67c8ae3532e5cfd
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module Alipay class Helper < ActiveMerchant::Billing::Integrations::Helper # Replace with the real mapping mapping :account, '' mapping :amount, '' mapping :order, '' mapping :customer, :first_name => '', :last_name => '', :email => '', :phone => '' mapping :billing_address, :city => '', :address1 => '', :address2 => '', :state => '', :zip => '', :country => '' mapping :notify_url, '' mapping :return_url, '' mapping :cancel_return_url, '' mapping :description, '' mapping :tax, '' mapping :shipping, '' end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activemerchant-1.42.6 | lib/active_merchant/billing/integrations/alipay/helper.rb |