activemerchant/active_merchant

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

    class SoEasyPayGateway < Gateway
      self.live_url = self.test_url = 'https://secure.soeasypay.com/gateway.asmx'
      self.money_format = :cents

      self.supported_countries = %w[
Severity: Minor
Found in lib/active_merchant/billing/gateways/so_easy_pay.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status