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

- old
+ new

@@ -20,10 +20,10 @@ VERSION = '2.0.0' self.live_url = 'https://api.balancedpayments.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 = 'https://www.balancedpayments.com/' self.display_name = 'Balanced' self.money_format = :cents # Creates a new BalancedGateway