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

Version Path
johnideal-activemerchant-1.4.10 generators/integration/templates/helper.rb
johnideal-activemerchant-1.4.11 generators/integration/templates/helper.rb
johnideal-activemerchant-1.4.4 generators/integration/templates/helper.rb
johnideal-activemerchant-1.4.5 generators/integration/templates/helper.rb
johnideal-activemerchant-1.4.6 generators/integration/templates/helper.rb
johnideal-activemerchant-1.4.7 generators/integration/templates/helper.rb
johnideal-activemerchant-1.4.8 generators/integration/templates/helper.rb
martinstannard-activemerchant-0.1.0 generators/integration/templates/helper.rb
seamusabshere-active_merchant-1.4.2.1 generators/integration/templates/helper.rb
seamusabshere-active_merchant-1.4.2.3 generators/integration/templates/helper.rb
smulube-activemerchant-1.5.1.4 generators/integration/templates/helper.rb
smulube-activemerchant-1.5.1.3 generators/integration/templates/helper.rb
smulube-activemerchant-1.5.1.2 generators/integration/templates/helper.rb
activemerchant-1.2.0 script/generator/generators/integration/templates/helper.rb
activemerchant-1.2.1 script/generator/generators/integration/templates/helper.rb
spree-0.2.0 vendor/plugins/active_merchant/generators/integration/templates/helper.rb