lib/active_merchant/billing/gateways/citrus_pay.rb in activemerchant-1.77.0 vs lib/active_merchant/billing/gateways/citrus_pay.rb in activemerchant-1.78.0
- old
+ new
@@ -14,10 +14,9 @@
self.display_name = 'Citrus Pay'
self.homepage_url = 'http://www.citruspay.com/'
self.supported_countries = %w(AR AU BR FR DE HK MX NZ SG GB US)
self.default_currency = 'USD'
self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club, :jcb, :maestro, :laser]
- self.ssl_version = :TLSv1
end
end
end