app/models/contribution.rb in artfully_ose-1.2.0.beta.1 vs app/models/contribution.rb in artfully_ose-1.2.0.pre

- old
+ new

@@ -146,10 +146,9 @@ } order = order_klass.new(attributes).tap do |order| order.payment_method = @payment_method order.skip_actions = true - order.skip_email = true end end def build_item(order, price, nongift_amount = 0) nongift_amount ||= 0 \ No newline at end of file