diff --git a/lib/offsite_payments/integrations/realex_offsite.rb b/lib/offsite_payments/integrations/realex_offsite.rb index 11318ad0..0509d2c6 100644 --- a/lib/offsite_payments/integrations/realex_offsite.rb +++ b/lib/offsite_payments/integrations/realex_offsite.rb @@ -3,8 +3,8 @@ module Integrations #:nodoc: module RealexOffsite mattr_accessor :production_url mattr_accessor :test_url - self.production_url = 'https://epage.payandshop.com/epage.cgi' - self.test_url = 'https://hpp.sandbox.realexpayments.com/pay' + self.production_url = 'https://pay.realexpayments.com/pay' + self.test_url = 'https://pay.sandbox.realexpayments.com/pay' def self.helper(order, account, options={}) Helper.new(order, account, options)