lib/active_merchant/billing/gateways/d_local.rb in activemerchant-1.119.0 vs lib/active_merchant/billing/gateways/d_local.rb in activemerchant-1.120.0

- old
+ new

@@ -4,10 +4,10 @@ self.test_url = 'https://sandbox.dlocal.com' self.live_url = 'https://api.dlocal.com' self.supported_countries = %w[AR BR CL CO MX PE UY TR] self.default_currency = 'USD' - self.supported_cardtypes = %i[visa master american_express discover jcb diners_club maestro naranja cabal] + self.supported_cardtypes = %i[visa master american_express discover jcb diners_club maestro naranja cabal elo alia carnet] self.homepage_url = 'https://dlocal.com/' self.display_name = 'dLocal' def initialize(options = {})