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