Skip to content

Commit

Permalink
Merge pull request activemerchant#192 from caseywhalen/nochex
Browse files Browse the repository at this point in the history
NoChex: Update the URL that payment requests are posted to.
  • Loading branch information
jduff committed Sep 20, 2011
2 parents 7716718 + 7113c2e commit a53128c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= ActiveMerchant CHANGELOG

* NoChex: Update the URL that payment requests are posted to [caseywhalen]

== Version 1.17.0 (August 23, 2011)

* Add Payflow Link integration [jduff]
Expand Down
2 changes: 1 addition & 1 deletion lib/active_merchant/billing/integrations/nochex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module Nochex


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'
Expand Down

0 comments on commit a53128c

Please sign in to comment.