lib/active_merchant/billing/gateways/paymentez.rb in activemerchant-1.101.0 vs lib/active_merchant/billing/gateways/paymentez.rb in activemerchant-1.102.0

- old
+ new

@@ -5,10 +5,10 @@ module Billing #:nodoc: class PaymentezGateway < Gateway #:nodoc: self.test_url = 'https://ccapi-stg.paymentez.com/v2/' self.live_url = 'https://ccapi.paymentez.com/v2/' - self.supported_countries = %w[MX EC VE CO BR CL] + self.supported_countries = %w[MX EC CO BR CL PE] self.default_currency = 'USD' self.supported_cardtypes = %i[visa master american_express diners_club elo] self.homepage_url = 'https://secure.paymentez.com/' self.display_name = 'Paymentez'