lib/active_merchant/billing/gateways/qbms.rb in activemerchant-1.15.0 vs lib/active_merchant/billing/gateways/qbms.rb in activemerchant-1.16.0

- old
+ new

@@ -1,7 +1,5 @@ -require 'securerandom' - module ActiveMerchant #:nodoc: module Billing #:nodoc: class QbmsGateway < Gateway API_VERSION = '4.0' @@ -116,10 +114,10 @@ def query commit(:query, nil, {}) end private - + def hosted? @options[:pem] end def commit(action, money, parameters)