Sha256: 798c78c152859710ab0fa8822aa8c7704c47a78faa2409be267ac4bb91392683
Contents?: true
Size: 1.06 KB
Versions: 16
Compression:
Stored size: 1.06 KB
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module <%= class_name %> 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
16 entries across 16 versions & 6 rubygems