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

- old
+ new

@@ -7,10 +7,10 @@ self.live_url = 'https://secure-magenta1.be2bill.com/front/service/rest/process.php' self.display_name = 'Be2Bill' self.homepage_url = 'http://www.be2bill.com/' self.supported_countries = ['FR'] - self.supported_cardtypes = [:visa, :master, :american_express] + self.supported_cardtypes = %i[visa master american_express] self.default_currency = 'EUR' self.money_format = :cents # These options are mandatory on be2bill (cf. tests) : #