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
tanga_activemerchant-1.38.0.5 lib/active_merchant/billing/integrations/bogus/helper.rb
tanga_activemerchant-1.38.0.4 lib/active_merchant/billing/integrations/bogus/helper.rb
tanga_activemerchant-1.38.0.3 lib/active_merchant/billing/integrations/bogus/helper.rb
tanga_activemerchant-1.38.0.2 lib/active_merchant/billing/integrations/bogus/helper.rb
tanga_activemerchant-1.38.0.1 lib/active_merchant/billing/integrations/bogus/helper.rb
tanga_activemerchant-1.38.0 lib/active_merchant/billing/integrations/bogus/helper.rb
tanga_activemerchant-1.37.0 lib/active_merchant/billing/integrations/bogus/helper.rb
johnideal-activemerchant-1.4.10 lib/active_merchant/billing/integrations/bogus/helper.rb
johnideal-activemerchant-1.4.11 lib/active_merchant/billing/integrations/bogus/helper.rb
johnideal-activemerchant-1.4.4 lib/active_merchant/billing/integrations/bogus/helper.rb
johnideal-activemerchant-1.4.5 lib/active_merchant/billing/integrations/bogus/helper.rb
johnideal-activemerchant-1.4.6 lib/active_merchant/billing/integrations/bogus/helper.rb
johnideal-activemerchant-1.4.7 lib/active_merchant/billing/integrations/bogus/helper.rb
johnideal-activemerchant-1.4.8 lib/active_merchant/billing/integrations/bogus/helper.rb
martinstannard-activemerchant-0.1.0 lib/active_merchant/billing/integrations/bogus/helper.rb
mattbauer-activemerchant-1.4.2 lib/active_merchant/billing/integrations/bogus/helper.rb
seamusabshere-active_merchant-1.4.2.1 lib/active_merchant/billing/integrations/bogus/helper.rb
seamusabshere-active_merchant-1.4.2.3 lib/active_merchant/billing/integrations/bogus/helper.rb
tomriley-active_merchant-1.4.2.3 lib/active_merchant/billing/integrations/bogus/helper.rb
tomriley-active_merchant-1.4.2.4 lib/active_merchant/billing/integrations/bogus/helper.rb