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

- old
+ new

@@ -2,10 +2,10 @@ module Billing #:nodoc: class ConektaGateway < Gateway self.live_url = 'https://api.conekta.io/' self.supported_countries = ['MX'] - self.supported_cardtypes = [:visa, :master, :american_express, :carnet] + self.supported_cardtypes = %i[visa master american_express carnet] self.homepage_url = 'https://conekta.io/' self.display_name = 'Conekta Gateway' self.money_format = :cents self.default_currency = 'MXN'