activemerchant/active_merchant

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

Summary

Maintainability
A
2 hrs
Test Coverage

Class GlobalTransportGateway has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

    class GlobalTransportGateway < Gateway
      self.test_url = 'https://certapia.globalpay.com/GlobalPay/transact.asmx/ProcessCreditCard'
      self.live_url = 'https://api.globalpay.com/GlobalPay/transact.asmx/ProcessCreditCard'

      self.supported_countries = %w(CA PR US)
Severity: Minor
Found in lib/active_merchant/billing/gateways/global_transport.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status