lib/active_merchant/billing/gateways/openpay.rb in activemerchant-1.112.0 vs lib/active_merchant/billing/gateways/openpay.rb in activemerchant-1.113.0
- old
+ new
@@ -2,10 +2,10 @@
module Billing #:nodoc:
class OpenpayGateway < Gateway
self.live_url = 'https://api.openpay.mx/v1/'
self.test_url = 'https://sandbox-api.openpay.mx/v1/'
- self.supported_countries = ['MX']
+ self.supported_countries = %w(CO MX)
self.supported_cardtypes = %i[visa master american_express carnet]
self.homepage_url = 'http://www.openpay.mx/'
self.display_name = 'Openpay'
self.default_currency = 'MXN'