Sha256: 097a62eb85eaa35ad439db34c0367a894ceb03fc8eae262e7593aeed6b2a8db4

Contents?: true

Size: 692 Bytes

Versions: 45

Compression:

Stored size: 692 Bytes

Contents

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    module Integrations #:nodoc:
      module A1agregator
        class Helper < ActiveMerchant::Billing::Integrations::Helper

          # public key
          mapping :account, 'key'

          mapping :amount, 'cost'

          mapping :order, 'order_id'

          mapping :customer, :email => 'email',
                             :phone => 'phone_number'

           # payment description
          mapping :credential2, 'name'

          mapping :credential3, 'comment'

          # on error
          # 1 - raise error
          # 0 - redirect
          mapping :credential4, 'verbose'

        end
      end
    end
  end
end

Version data entries

45 entries across 45 versions & 3 rubygems

Version Path
tanga_activemerchant-1.38.0.5 lib/active_merchant/billing/integrations/a1agregator/helper.rb
tanga_activemerchant-1.38.0.4 lib/active_merchant/billing/integrations/a1agregator/helper.rb
tanga_activemerchant-1.38.0.3 lib/active_merchant/billing/integrations/a1agregator/helper.rb
tanga_activemerchant-1.38.0.2 lib/active_merchant/billing/integrations/a1agregator/helper.rb
tanga_activemerchant-1.38.0.1 lib/active_merchant/billing/integrations/a1agregator/helper.rb
tanga_activemerchant-1.38.0 lib/active_merchant/billing/integrations/a1agregator/helper.rb
tanga_activemerchant-1.37.0 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.43.3 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.43.1 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.43.0 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.42.9 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.42.8 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.42.7 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.42.6 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.42.5 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.42.4 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.42.3 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.42.2 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.42.1 lib/active_merchant/billing/integrations/a1agregator/helper.rb
activemerchant-1.42.0 lib/active_merchant/billing/integrations/a1agregator/helper.rb