lib/active_merchant/billing/gateways/citrus_pay.rb in activemerchant-1.103.0 vs lib/active_merchant/billing/gateways/citrus_pay.rb in activemerchant-1.104.0
- old
+ new
@@ -14,9 +14,8 @@
self.display_name = 'Citrus Pay'
self.homepage_url = 'http://www.citruspay.com/'
self.supported_countries = %w(AR AU BR FR DE HK MX NZ SG GB US)
self.default_currency = 'USD'
self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club, :jcb, :maestro]
-
end
end
end