activemerchant/active_merchant

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

Summary

Maintainability
A
2 hrs
Test Coverage

Class TransFirstGateway has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

    class TransFirstGateway < Gateway
      self.test_url = 'https://ws.cert.transfirst.com'
      self.live_url = 'https://webservices.primerchants.com'

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

    There are no issues that match your filters.

    Category
    Status