Sha256: 1e20a60a249df09b211f4e5c07fca8d0a0b0deda7192e6ca5cd4150aa7dc4963

Contents?: true

Size: 480 Bytes

Versions: 184

Compression:

Stored size: 480 Bytes

Contents

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    module Integrations #:nodoc:
      module Bogus
        class Helper < ActiveMerchant::Billing::Integrations::Helper
          mapping :account, 'account'
          mapping :order, 'order'
          mapping :amount, 'amount'
          mapping :currency, 'currency'
          mapping :customer, :first_name => 'first_name',
                             :last_name => 'last_name'

        end
      end
    end
  end
end

Version data entries

184 entries across 184 versions & 35 rubygems

Version Path
activemerchant-1.2.1 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.3.1 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.4.2 lib/active_merchant/billing/integrations/bogus/helper.rb
spree-0.2.0 vendor/plugins/active_merchant/lib/active_merchant/billing/integrations/bogus/helper.rb