activemerchant/active_merchant

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

Summary

Maintainability
A
2 hrs
Test Coverage

Class PayArcGateway has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

    class PayArcGateway < Gateway
      self.test_url = 'https://testapi.payarc.net/v1'
      self.live_url = 'https://api.payarc.net/v1'

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

    There are no issues that match your filters.

    Category
    Status