lib/braintree/authorization_adjustment.rb in braintree-2.91.0 vs lib/braintree/authorization_adjustment.rb in braintree-2.92.0
- old
+ new
@@ -5,9 +5,10 @@
attr_reader :amount
attr_reader :success
attr_reader :timestamp
attr_reader :processor_response_code
attr_reader :processor_response_text
+ attr_reader :processor_response_type
class << self
protected :new
def _new(*args) # :nodoc:
self.new *args