lib/active_merchant/billing/gateways/app55.rb in activemerchant-1.43.0 vs lib/active_merchant/billing/gateways/app55.rb in activemerchant-1.43.1

- old
+ new

@@ -2,11 +2,11 @@ module Billing #:nodoc: class App55Gateway < Gateway self.test_url = 'https://sandbox.app55.com/v1/' self.live_url = 'https://api.app55.com/v1/' - self.supported_countries = ['AU', 'BR', 'CA', 'CH', 'CL', 'CN', 'CO', 'CZ', 'DK', 'EU', 'GB', 'HK', 'HU', 'ID', 'IS', 'JP', 'KE', 'KR', 'MX', 'MY', 'NO', 'NZ', 'PH', 'PL', 'TH', 'TW', 'US', 'VN', 'ZA'] + self.supported_countries = ['AU', 'BR', 'CA', 'CH', 'CL', 'CN', 'CO', 'CZ', 'DK', 'GB', 'HK', 'HU', 'ID', 'IS', 'JP', 'KE', 'KR', 'MX', 'MY', 'NO', 'NZ', 'PH', 'PL', 'TH', 'TW', 'US', 'VN', 'ZA'] self.supported_cardtypes = [:visa, :master, :american_express, :jcb, :maestro, :solo] self.default_currency = 'UKP' self.money_format = :dollars self.homepage_url = 'https://www.app55.com/' self.display_name = 'App55' @@ -180,6 +180,5 @@ } end end end end -