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.7.0 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.6.0 lib/active_merchant/billing/integrations/bogus/helper.rb
bitfluent-activemerchant-1.5.1.1 lib/active_merchant/billing/integrations/bogus/helper.rb
johnreitano-activemerchant-1.5.5 lib/active_merchant/billing/integrations/bogus/helper.rb
johnreitano-activemerchant-1.5.4 lib/active_merchant/billing/integrations/bogus/helper.rb
smulube-activemerchant-1.5.1.4 lib/active_merchant/billing/integrations/bogus/helper.rb
smulube-activemerchant-1.5.1.3 lib/active_merchant/billing/integrations/bogus/helper.rb
johnreitano-activemerchant-1.5.3 lib/active_merchant/billing/integrations/bogus/helper.rb
johnreitano-activemerchant-1.5.2 lib/active_merchant/billing/integrations/bogus/helper.rb
smulube-activemerchant-1.5.1.2 lib/active_merchant/billing/integrations/bogus/helper.rb
smulube-activemerchant-1.5.1.1 lib/active_merchant/billing/integrations/bogus/helper.rb
mysmallidea-activemerchant-1.5.1 lib/active_merchant/billing/integrations/bogus/helper.rb
mcmire-activemerchant-1.5.2 lib/active_merchant/billing/integrations/bogus/helper.rb
smulube-activemerchant-1.5.1 lib/active_merchant/billing/integrations/bogus/helper.rb
easy-testmode-activemerchant-1.5.1 lib/active_merchant/billing/integrations/bogus/helper.rb
noctivityinc-activemerchant-1.5.2 lib/active_merchant/billing/integrations/bogus/helper.rb
ghazel-activemerchant-1.4.2 lib/active_merchant/billing/integrations/bogus/helper.rb
noctivityinc-activemerchant-1.5.1 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.5.1 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-est-1.4.2.6 lib/active_merchant/billing/integrations/bogus/helper.rb