Skip to content

Commit

Permalink
Fixed filesystem case-sensitivity bug in TwoCheckout
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Ocampo-Gooding committed Feb 2, 2010
1 parent 3765fa1 commit 012b20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_merchant/billing/integrations/two_checkout.rb
Expand Up @@ -5,7 +5,7 @@ module Integrations #:nodoc:
module TwoCheckout
autoload 'Helper', File.dirname(__FILE__) + '/two_checkout/helper'
autoload 'Return', File.dirname(__FILE__) + '/two_checkout/return'
autoload 'Notification', File.dirname(__FILE__) + '/two_Checkout/notification'
autoload 'Notification', File.dirname(__FILE__) + '/two_checkout/notification'

mattr_accessor :service_url
self.service_url = 'https://www.2checkout.com/2co/buyer/purchase'
Expand Down

0 comments on commit 012b20e

Please sign in to comment.