lib/active_merchant/billing/gateways/mundipagg.rb in activemerchant-1.95.0 vs lib/active_merchant/billing/gateways/mundipagg.rb in activemerchant-1.96.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]
+ self.supported_cardtypes = [:visa, :master, :american_express, :discover, :alelo]
self.homepage_url = 'https://www.mundipagg.com/'
self.display_name = 'Mundipagg'
STANDARD_ERROR_CODE_MAPPING = {