activemerchant/active_merchant

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

    class ModernPaymentsCimGateway < Gateway #:nodoc:
      self.test_url = 'https://secure.modpay.com/netservices/test/ModpayTest.asmx'
      self.live_url = 'https://secure.modpay.com/ws/modpay.asmx'

      LIVE_XMLNS = 'https://secure.modpay.com/ws/'
Severity: Minor
Found in lib/active_merchant/billing/gateways/modern_payments_cim.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status