lib/active_merchant/billing/integrations/pay_dollar.rb in yetanothernguyen-activemerchant-1.21.1 vs lib/active_merchant/billing/integrations/pay_dollar.rb in yetanothernguyen-activemerchant-1.21.2
- old
+ new
@@ -6,10 +6,10 @@
module Integrations #:nodoc:
module PayDollar
mattr_accessor :production_url
mattr_accessor :test_url
- self.production_url = 'https://live.sagepay.com/gateway/service/vspform-register.vsp'
+ self.production_url = 'https://www.paydollar.com/b2c2/eng/payment/payForm.jsp'
self.test_url = 'https://test.paydollar.com/b2cDemo/eng/payment/payForm.jsp'
def self.return(query_string, options = {})
Return.new(query_string, options)
end