Sha256: c9c4ef33601ddbd398f74324e612cd201cee9b50cb531d447bc418ec5beadbde

Contents?: true

Size: 398 Bytes

Versions: 46

Compression:

Stored size: 398 Bytes

Contents

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    module Integrations #:nodoc:
      module Paysbuy
        class Helper < ActiveMerchant::Billing::Integrations::Helper
          mapping :account, 'biz'
          mapping :amount, 'amt'
          mapping :order, 'inv'
          mapping :description, 'itm'
          mapping :notify_url, 'postURL'
        end
      end
    end
  end
end

Version data entries

46 entries across 46 versions & 3 rubygems

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