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

- old
+ new

@@ -3,10 +3,10 @@ class MundipaggGateway < Gateway self.live_url = 'https://api.mundipagg.com/core/v1' self.supported_countries = ['US'] self.default_currency = 'USD' - self.supported_cardtypes = [:visa, :master, :american_express, :discover, :alelo] + self.supported_cardtypes = %i[visa master american_express discover alelo] self.homepage_url = 'https://www.mundipagg.com/' self.display_name = 'Mundipagg' STANDARD_ERROR_CODE_MAPPING = {