Class ActiveMerchant::Billing::SecurePayGateway
In: lib/active_merchant/billing/gateways/secure_pay.rb
Parent: AuthorizeNetGateway

Methods

test?  

Public Instance methods

[Source]

    # File lib/active_merchant/billing/gateways/secure_pay.rb, line 20
20:       def test?
21:         Base.gateway_mode == :test
22:       end

[Validate]