Sha256: f36ed19c2a8caca3c93f67bed9784d3dceda6932fa1460714a436ac0e4c03c77

Contents?: true

Size: 471 Bytes

Versions: 3

Compression:

Stored size: 471 Bytes

Contents

require File.dirname(__FILE__) + '/two_checkout/helper.rb'
require File.dirname(__FILE__) + '/two_checkout/notification.rb'

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    module Integrations #:nodoc:
      module TwoCheckout 
       
        mattr_accessor :service_url
        self.service_url = 'https://www.2checkout.com/2co/buyer/purchase'

        def self.notification(post)
          Notification.new(post)
        end  
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activemerchant-1.2.0 lib/active_merchant/billing/integrations/two_checkout.rb
activemerchant-1.1.0 lib/active_merchant/billing/integrations/two_checkout.rb
activemerchant-1.2.1 lib/active_merchant/billing/integrations/two_checkout.rb