lib/braintree/authorization_adjustment.rb in braintree-2.89.0 vs lib/braintree/authorization_adjustment.rb in braintree-2.90.0

- old
+ new

@@ -3,9 +3,11 @@ include BaseModule attr_reader :amount attr_reader :success attr_reader :timestamp + attr_reader :processor_response_code + attr_reader :processor_response_text class << self protected :new def _new(*args) # :nodoc: self.new *args