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
goldstar-activemerchant-1.4.2.7 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.12.1 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.12.0 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-abn-ideal-1.7.0c lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-abn-ideal-1.7.0b lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.11.0 lib/active_merchant/billing/integrations/bogus/helper.rb
goldstar-activemerchant-1.4.2.6 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.10.0 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.9.4 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.9.3 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.9.2 lib/active_merchant/billing/integrations/bogus/helper.rb
n8_activemerchant-1.9.3 lib/active_merchant/billing/integrations/bogus/helper.rb
maedana-activemerchant-1.9.1.1 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.9.1 lib/active_merchant/billing/integrations/bogus/helper.rb
johnreitano-activemerchant-1.5.11 lib/active_merchant/billing/integrations/bogus/helper.rb
tomriley-active_merchant-1.4.2.11 lib/active_merchant/billing/integrations/bogus/helper.rb
tomriley-active_merchant-1.4.2.10 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.9.0 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.8.0 lib/active_merchant/billing/integrations/bogus/helper.rb
smulube-activemerchant-1.7.1.5 lib/active_merchant/billing/integrations/bogus/helper.rb