lib/active_merchant/billing/gateways/element.rb in activemerchant-1.76.0 vs lib/active_merchant/billing/gateways/element.rb in activemerchant-1.77.0

- old
+ new

@@ -13,10 +13,10 @@ self.homepage_url = 'http://www.elementps.com' self.display_name = 'Element' SERVICE_TEST_URL = 'https://certservices.elementexpress.com/express.asmx' - SERVICE_LIVE_URL = 'https://service.elementexpress.com/express.asmx' + SERVICE_LIVE_URL = 'https://services.elementexpress.com/express.asmx' def initialize(options={}) requires!(options, :account_id, :account_token, :application_id, :acceptor_id, :application_name, :application_version) super end