lib/active_merchant/billing/gateways/citrus_pay.rb in activemerchant-1.83.0 vs lib/active_merchant/billing/gateways/citrus_pay.rb in activemerchant-1.84.0
- old
+ new
@@ -13,10 +13,10 @@
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, :laser]
+ self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club, :jcb, :maestro]
end
end
end