lib/active_merchant/billing/gateways/d_local.rb in activemerchant-1.97.0 vs lib/active_merchant/billing/gateways/d_local.rb in activemerchant-1.98.0

- old
+ new

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