lib/active_merchant/billing/gateways/qbms.rb in activemerchant-1.17.0 vs lib/active_merchant/billing/gateways/qbms.rb in activemerchant-1.18.0
- old
+ new
@@ -113,9 +113,13 @@
# Query the merchant account status
def query
commit(:query, nil, {})
end
+ def test?
+ @options[:test] || super
+ end
+
private
def hosted?
@options[:pem]
end