lib/active_merchant/billing/gateways/secure_net.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/secure_net.rb in activemerchant-1.109.0

- old
+ new

@@ -16,10 +16,10 @@ 'xmlns:i' => 'http://www.w3.org/2001/XMLSchema-instance' } NIL_ATTRIBUTE = { 'i:nil' => 'true' } self.supported_countries = ['US'] - self.supported_cardtypes = [:visa, :master, :american_express, :discover] + self.supported_cardtypes = %i[visa master american_express discover] self.homepage_url = 'http://www.securenet.com/' self.display_name = 'SecureNet' self.test_url = 'https://certify.securenet.com/API/gateway.svc/webHttp/ProcessTransaction' self.live_url = 'https://gateway.securenet.com/api/Gateway.svc/webHttp/ProcessTransaction'