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

- old
+ new

@@ -5,10 +5,10 @@ class FirstGivingGateway < Gateway self.test_url = 'http://usapisandbox.fgdev.net' self.live_url = 'https://api.firstgiving.com' 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.firstgiving.com/' self.default_currency = 'USD' self.display_name = 'FirstGiving' def initialize(options = {})