lib/active_merchant/billing/gateways/certo_direct.rb in activemerchant-1.28.0 vs lib/active_merchant/billing/gateways/certo_direct.rb in activemerchant-1.29.0

- old
+ new

@@ -24,10 +24,9 @@ # * <tt>:password</tt> -- The CertoDirect Shop Password. (REQUIRED) # * <tt>:test</tt> -- +true+ or +false+. If true, perform transactions against the test server. # Otherwise, perform transactions against the production server. def initialize(options = {}) requires!(options, :login, :password) - @options = options super end # Perform a purchase, which is essentially an authorization and capture in a single operation. #