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.29.3 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.29.2 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.29.1 lib/active_merchant/billing/integrations/paysbuy/helper.rb
jelaniharris-activemerchant-1.29.1 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.29.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb
activemerchant-1.28.0 lib/active_merchant/billing/integrations/paysbuy/helper.rb