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? (([:login] == TEST_LOGIN && [:password] == TEST_PASSWORD) || super) end |