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
activemerchant-1.41.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.40.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.39.2 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.39.1 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.39.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.38.1 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.38.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.37.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.36.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.35.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.35.1 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.34.1 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.34.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.33.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.32.1 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.32.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.31.1 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.31.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.30.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
jelaniharris-activemerchant-1.29.2 lib/active_merchant/billing/integrations/paysbuy/helper.rb