Method: ActiveMerchant::Billing::TrustCommerceGateway#test?

Defined in:
lib/active_merchant/billing/gateways/trust_commerce.rb

#test?Boolean



143
144
145
# File 'lib/active_merchant/billing/gateways/trust_commerce.rb', line 143

def test?
  ((@options[:login] ==  && @options[:password] == TEST_PASSWORD) || super)
end