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