Skip to content

Commit

Permalink
Merge pull request activemerchant#185 from kylekeesling/master
Browse files Browse the repository at this point in the history
Added test URL for Elavon/MyVirtualMerchant Gateway
  • Loading branch information
jduff committed Oct 12, 2011
2 parents 3b6c097 + a8c3cf1 commit 4f37190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/active_merchant/billing/gateways/elavon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ module Billing #:nodoc:
# 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']
Expand Down

0 comments on commit 4f37190

Please sign in to comment.