lib/active_merchant/billing/gateways/linkpoint.rb in activemerchant-1.5.1 vs lib/active_merchant/billing/gateways/linkpoint.rb in activemerchant-1.6.0
- old
+ new
@@ -132,10 +132,10 @@
# We don't have the certificate to verify LinkPoint
self.ssl_strict = false
self.supported_countries = ['US']
- self.supported_cardtypes = [:visa, :master, :american_express, :discover]
+ self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :diners_club]
self.homepage_url = 'http://www.linkpoint.com/'
self.display_name = 'LinkPoint'
def initialize(options = {})
requires!(options, :login)