lib/active_merchant/billing/integrations/nochex.rb in yetanothernguyen-activemerchant-1.16.0 vs lib/active_merchant/billing/integrations/nochex.rb in yetanothernguyen-activemerchant-1.21.0
- old
+ new
@@ -66,10 +66,10 @@
autoload :Helper, File.dirname(__FILE__) + '/nochex/helper.rb'
autoload :Notification, File.dirname(__FILE__) + '/nochex/notification.rb'
mattr_accessor :service_url
- self.service_url = 'https://www.nochex.com/nochex.dll/checkout'
+ self.service_url = 'https://secure.nochex.com'
mattr_accessor :notification_confirmation_url
self.notification_confirmation_url = 'https://www.nochex.com/nochex.dll/apc/apc'
# Simply a convenience method that returns a new
\ No newline at end of file