lib/braintree/authorization_adjustment.rb in braintree-3.3.0 vs lib/braintree/authorization_adjustment.rb in braintree-3.4.0
- old
+ new
@@ -10,10 +10,10 @@
attr_reader :processor_response_type
class << self
protected :new
def _new(*args) # :nodoc:
- self.new *args
+ self.new(*args)
end
end
def initialize(attributes) # :nodoc:
set_instance_variables_from_hash(attributes)