# File lib/braintree/transaction.rb, line 159 def self.credit!(attributes) return_object_or_raise(:transaction) { credit(attributes) } end