lib/active_merchant/billing/gateways/wirecard.rb in activemerchant-1.28.0 vs lib/active_merchant/billing/gateways/wirecard.rb in activemerchant-1.29.0
- old
+ new
@@ -55,16 +55,10 @@
def initialize(options = {})
# verify that username and password are supplied
requires!(options, :login, :password)
# unfortunately Wirecard also requires a BusinessCaseSignature in the XML request
requires!(options, :signature)
- @options = options
super
- end
-
- # Should run against the test servers or not?
- def test?
- @options[:test] || super
end
# Authorization
def authorize(money, creditcard, options = {})
options[:credit_card] = creditcard