lib/active_merchant/billing/gateways/elavon.rb in yetanothernguyen-activemerchant-1.16.0 vs lib/active_merchant/billing/gateways/elavon.rb in yetanothernguyen-activemerchant-1.21.0

- old
+ new

@@ -28,10 +28,11 @@ # puts response.success? # Check whether the transaction was successful # puts response.message # Retrieve the message returned by Elavon # puts response.authorization # Retrieve the unique transaction ID returned by Elavon # class ElavonGateway < ViaklixGateway - self.test_url = self.live_url = 'https://www.myvirtualmerchant.com/VirtualMerchant/process.do' + self.test_url = 'https://demo.myvirtualmerchant.com/VirtualMerchantDemo/process.do' + self.live_url = 'https://www.myvirtualmerchant.com/VirtualMerchant/process.do' self.display_name = 'Elavon MyVirtualMerchant' self.supported_countries = ['US', 'CA'] self.supported_cardtypes = [:visa, :master, :american_express, :discover] self.homepage_url = 'http://www.elavon.com/'