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

- old
+ new

@@ -16,10 +16,10 @@ self.live_url = 'https://secure.culqi.com/transaction/' self.supported_countries = ['PE'] self.default_currency = 'PEN' self.money_format = :dollars - self.supported_cardtypes = [:visa, :master, :diners_club, :american_express] + self.supported_cardtypes = %i[visa master diners_club american_express] def initialize(options={}) requires!(options, :merchant_id, :terminal_id, :secret_key) super end