lib/active_merchant/billing/gateways/eway.rb in activemerchant-1.13.0 vs lib/active_merchant/billing/gateways/eway.rb in activemerchant-1.14.0
- old
+ new
@@ -270,8 +270,12 @@
else
test ? TEST_URL : LIVE_URL
end
end
+ def test?
+ @options[:test] || super
+ end
+
end
end
end