activemerchant/active_merchant

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

    class PaystationGateway < Gateway
      self.live_url = self.test_url = 'https://www.paystation.co.nz/direct/paystation.dll'

      # an "error code" of "0" means "No error - transaction successful"
      SUCCESSFUL_RESPONSE_CODE = '0'
Severity: Minor
Found in lib/active_merchant/billing/gateways/paystation.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status