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
tlconnor-activemerchant-1.20.4 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.20.4 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.20.3 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.20.2 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.20.1 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.20.0 lib/active_merchant/billing/integrations/bogus/helper.rb
vibedeck-activemerchant-1.18.2 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.18.1 lib/active_merchant/billing/integrations/bogus/helper.rb
fishman-activemerchant-1.18.0 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.18.0 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.17.0 lib/active_merchant/billing/integrations/bogus/helper.rb
yetanothernguyen-activemerchant-1.16.0 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.16.0 lib/active_merchant/billing/integrations/bogus/helper.rb
gonow-activemerchant-1.15.0 lib/active_merchant/billing/integrations/bogus/helper.rb
bitfluent-activemerchant-1.15.1 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-kiddy-1.15.0.kiddy.1 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-kiddy-1.15.0.kiddy lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.15.0 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.14.0 lib/active_merchant/billing/integrations/bogus/helper.rb
activemerchant-1.13.0 lib/active_merchant/billing/integrations/bogus/helper.rb