lib/active_merchant/billing/gateways/smart_ps.rb in activemerchant-1.103.0 vs lib/active_merchant/billing/gateways/smart_ps.rb in activemerchant-1.104.0

- old
+ new

@@ -1,10 +1,9 @@ require File.join(File.dirname(__FILE__), '..', 'check.rb') module ActiveMerchant #:nodoc: module Billing #:nodoc: class SmartPs < Gateway #:nodoc: - ## # This is the base gateway for processors who use the smartPS processing system self.abstract_class = true