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

- old
+ new

@@ -42,11 +42,11 @@ 'NEXT_AMOUNT' => :next_amount, 'USUAL_DATE' => :undoc_usual_date, # Not found in the bp20rebadmin API doc. 'CUST_TOKEN' => :cust_token } - self.supported_countries = ['US', 'CA'] - self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club, :jcb] + self.supported_countries = %w[US CA] + self.supported_cardtypes = %i[visa master american_express discover diners_club jcb] self.homepage_url = 'http://www.bluepay.com/' self.display_name = 'BluePay' self.money_format = :dollars # Creates a new BluepayGateway