lib/braintree/successful_result.rb in braintree-2.10.3 vs lib/braintree/successful_result.rb in braintree-2.11.0
- old
+ new
@@ -17,13 +17,9 @@
def inspect # :nodoc:
inspected_attributes = @attrs.map { |attr| "#{attr}:#{send(attr).inspect}" }
"#<#{self.class} #{inspected_attributes.join(" ")}>"
end
- def payer_authentication_required?
- false
- end
-
def success?
true
end
end
end