Skip to content

Commit

Permalink
Merge pull request activemerchant#189 from vampirechicken/master
Browse files Browse the repository at this point in the history
Updated service URL
  • Loading branch information
jduff committed Oct 12, 2011
2 parents 9301604 + f7b109c commit a258731
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/active_merchant/billing/integrations/two_checkout.rb
@@ -1,4 +1,3 @@

module ActiveMerchant #:nodoc:
module Billing #:nodoc:
module Integrations #:nodoc:
Expand All @@ -8,7 +7,7 @@ module TwoCheckout
autoload 'Notification', File.dirname(__FILE__) + '/two_checkout/notification'

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

def self.notification(post, options = {})
Notification.new(post)
Expand Down

0 comments on commit a258731

Please sign in to comment.