activemerchant/active_merchant

View on GitHub
lib/active_merchant/billing/gateways/cams.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class CamsGateway has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

    class CamsGateway < Gateway
      self.live_url = 'https://secure.centralams.com/gw/api/transact.php'

      self.supported_countries = ['US']
      self.default_currency = 'USD'
Severity: Minor
Found in lib/active_merchant/billing/gateways/cams.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status