lib/active_merchant/billing/gateways/eway.rb in activemerchant-1.14.0 vs lib/active_merchant/billing/gateways/eway.rb in activemerchant-1.15.0

- old
+ new

@@ -270,12 +270,8 @@ else test ? TEST_URL : LIVE_URL end end - def test? - @options[:test] || super - end - end end end